mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 16:42:07 +00:00
Oops, I accidentally broke the fallback case with my last commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55704 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
99aaf108cd
commit
d5d81a457b
@ -68,6 +68,8 @@ unsigned FastISel::getRegForValue(Value *V,
|
||||
BuildMI(MBB, TII.get(TargetInstrInfo::IMPLICIT_DEF), Reg);
|
||||
return Reg;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/// UpdateValueMap - Update the value map to include the new mapping for this
|
||||
|
Loading…
x
Reference in New Issue
Block a user