mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-24 12:55:45 +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
|
||||
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