[llvm] r217991 - Remove unnecessary blank space (test commit)

Samuel Antao sfantao at us.ibm.com
Wed Sep 17 15:47:28 PDT 2014


Author: sfantao
Date: Wed Sep 17 17:47:28 2014
New Revision: 217991

URL: http://llvm.org/viewvc/llvm-project?rev=217991&view=rev
Log:
Remove unnecessary blank space (test commit)

Modified:
    llvm/trunk/lib/Target/PowerPC/PPCFastISel.cpp

Modified: llvm/trunk/lib/Target/PowerPC/PPCFastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCFastISel.cpp?rev=217991&r1=217990&r2=217991&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCFastISel.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCFastISel.cpp Wed Sep 17 17:47:28 2014
@@ -1547,7 +1547,7 @@ bool PPCFastISel::SelectRet(const Instru
 
     // 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);





More information about the llvm-commits mailing list