forked from OSchip/llvm-project
parent
2182259f36
commit
acd2f4dcea
|
@ -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…
Reference in New Issue