mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Remove unnecessary blank space (test commit)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217991 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
52675f31e5
commit
0c3b56bdab
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user