Remove unnecessary blank space (test commit)
authorSamuel Antao <sfantao@us.ibm.com>
Wed, 17 Sep 2014 22:47:28 +0000 (22:47 +0000)
committerSamuel Antao <sfantao@us.ibm.com>
Wed, 17 Sep 2014 22:47:28 +0000 (22:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217991 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCFastISel.cpp

index e62d4e16773d4feb511f45c116ceb9e7d0fddf09..91646ad5a5f3515423410f97c48f42870548854b 100644 (file)
@@ -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<ConstantInt>(*RV)) {
       const Constant *C = cast<Constant>(RV);
       unsigned SrcReg = PPCMaterializeInt(C, MVT::i64);