mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
Add missed return
llvm-svn: 76209
This commit is contained in:
parent
d4143bc1d8
commit
fbac44c040
@ -94,7 +94,7 @@ addFullAddress(const MachineInstrBuilder &MIB, const SystemZAddressMode &AM) {
|
|||||||
else
|
else
|
||||||
assert(0);
|
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
|
/// addFrameReference - This function is used to add a reference to the base of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user