mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
Add missed return
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76209 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
adc82888b5
commit
bb496a358e
@ -94,7 +94,7 @@ addFullAddress(const MachineInstrBuilder &MIB, const SystemZAddressMode &AM) {
|
||||
else
|
||||
assert(0);
|
||||
|
||||
MIB.addImm(AM.Disp).addReg(AM.IndexReg);
|
||||
return MIB.addImm(AM.Disp).addReg(AM.IndexReg);
|
||||
}
|
||||
|
||||
/// addFrameReference - This function is used to add a reference to the base of
|
||||
|
Loading…
x
Reference in New Issue
Block a user