projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adc8288
)
Add missed return
author
Anton Korobeynikov
<asl@math.spbu.ru>
Fri, 17 Jul 2009 18:28:59 +0000
(18:28 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Fri, 17 Jul 2009 18:28:59 +0000
(18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76209
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SystemZ/SystemZInstrBuilder.h
patch
|
blob
|
history
diff --git
a/lib/Target/SystemZ/SystemZInstrBuilder.h
b/lib/Target/SystemZ/SystemZInstrBuilder.h
index 0f52ac7f76112f75d1a8a9435cfc016152ba4ef9..03f708feba19ef2f34eb06906afccbbee7d086a8 100644
(file)
--- a/
lib/Target/SystemZ/SystemZInstrBuilder.h
+++ b/
lib/Target/SystemZ/SystemZInstrBuilder.h
@@
-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