From 0c3b56bdab5730d003ef68ee53c89cd8a0ee6f3d Mon Sep 17 00:00:00 2001 From: Samuel Antao Date: Wed, 17 Sep 2014 22:47:28 +0000 Subject: [PATCH] Remove unnecessary blank space (test commit) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217991 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCFastISel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/PowerPC/PPCFastISel.cpp b/lib/Target/PowerPC/PPCFastISel.cpp index e62d4e16773..91646ad5a5f 100644 --- a/lib/Target/PowerPC/PPCFastISel.cpp +++ b/lib/Target/PowerPC/PPCFastISel.cpp @@ -1547,7 +1547,7 @@ bool PPCFastISel::SelectRet(const Instruction *I) { // Special case for returning a constant integer of any size. // Materialize the constant as an i64 and copy it to the return - // register. This avoids an unnecessary extend or truncate. + // register. This avoids an unnecessary extend or truncate. if (isa(*RV)) { const Constant *C = cast(RV); unsigned SrcReg = PPCMaterializeInt(C, MVT::i64); -- 2.40.0