From 71befdaab8f186eebb48888ce801a05d3c56bb38 Mon Sep 17 00:00:00 2001 From: Stephen Lin Date: Fri, 26 Jul 2013 18:09:50 +0000 Subject: [PATCH] Remove trailing whitespace. llvm-svn: 187226 --- llvm/include/llvm/Support/PatternMatch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/Support/PatternMatch.h b/llvm/include/llvm/Support/PatternMatch.h index 35a9c07..b1732b2 100644 --- a/llvm/include/llvm/Support/PatternMatch.h +++ b/llvm/include/llvm/Support/PatternMatch.h @@ -696,14 +696,14 @@ m_ZExt(const OpTy &Op) { /// m_UIToFP template inline CastClass_match -m_UIToFP(const OpTy &Op) { +m_UIToFP(const OpTy &Op) { return CastClass_match(Op); } /// m_SIToFP template inline CastClass_match -m_SIToFP(const OpTy &Op) { +m_SIToFP(const OpTy &Op) { return CastClass_match(Op); } -- 2.7.4