From: Samuel Antao Date: Wed, 17 Sep 2014 22:47:28 +0000 (+0000) Subject: Remove unnecessary blank space (test commit) X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0c3b56bdab5730d003ef68ee53c89cd8a0ee6f3d;p=oota-llvm.git Remove unnecessary blank space (test commit) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217991 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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);