Remove unnecessary blank space (test commit)

llvm-svn: 217991
This commit is contained in:
Samuel Antao 2014-09-17 22:47:28 +00:00
parent dba94ec3c7
commit 2fc771b1b6
1 changed files with 1 additions and 1 deletions

View 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);