diff options
author | Samuel Antao <sfantao@us.ibm.com> | 2014-09-17 22:47:28 +0000 |
---|---|---|
committer | Samuel Antao <sfantao@us.ibm.com> | 2014-09-17 22:47:28 +0000 |
commit | 2fc771b1b60e091ba3237671340bb37fdca38e67 (patch) | |
tree | 330013add8b037dafc16c0ed14261cfb63e2e13e /llvm/lib/Target/PowerPC/PPCFastISel.cpp | |
parent | dba94ec3c742aafbb05ea3ba4fbf37243fd82dd9 (diff) | |
download | bcm5719-llvm-2fc771b1b60e091ba3237671340bb37fdca38e67.tar.gz bcm5719-llvm-2fc771b1b60e091ba3237671340bb37fdca38e67.zip |
Remove unnecessary blank space (test commit)
llvm-svn: 217991
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCFastISel.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCFastISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCFastISel.cpp b/llvm/lib/Target/PowerPC/PPCFastISel.cpp index e62d4e16773..91646ad5a5f 100644 --- a/llvm/lib/Target/PowerPC/PPCFastISel.cpp +++ b/llvm/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<ConstantInt>(*RV)) { const Constant *C = cast<Constant>(RV); unsigned SrcReg = PPCMaterializeInt(C, MVT::i64); |