Skip to content

Commit 71befda

Browse files
committed
Remove trailing whitespace.
llvm-svn: 187226
1 parent 4ef1387 commit 71befda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/Support/PatternMatch.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,14 +696,14 @@ m_ZExt(const OpTy &Op) {
696696
/// m_UIToFP
697697
template<typename OpTy>
698698
inline CastClass_match<OpTy, Instruction::UIToFP>
699-
m_UIToFP(const OpTy &Op) {
699+
m_UIToFP(const OpTy &Op) {
700700
return CastClass_match<OpTy, Instruction::UIToFP>(Op);
701701
}
702702

703703
/// m_SIToFP
704704
template<typename OpTy>
705705
inline CastClass_match<OpTy, Instruction::SIToFP>
706-
m_SIToFP(const OpTy &Op) {
706+
m_SIToFP(const OpTy &Op) {
707707
return CastClass_match<OpTy, Instruction::SIToFP>(Op);
708708
}
709709

0 commit comments

Comments
 (0)