We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef1387 commit 71befdaCopy full SHA for 71befda
llvm/include/llvm/Support/PatternMatch.h
@@ -696,14 +696,14 @@ m_ZExt(const OpTy &Op) {
696
/// m_UIToFP
697
template<typename OpTy>
698
inline CastClass_match<OpTy, Instruction::UIToFP>
699
-m_UIToFP(const OpTy &Op) {
+m_UIToFP(const OpTy &Op) {
700
return CastClass_match<OpTy, Instruction::UIToFP>(Op);
701
}
702
703
/// m_SIToFP
704
705
inline CastClass_match<OpTy, Instruction::SIToFP>
706
-m_SIToFP(const OpTy &Op) {
+m_SIToFP(const OpTy &Op) {
707
return CastClass_match<OpTy, Instruction::SIToFP>(Op);
708
709
0 commit comments