Changes in directory llvm/lib/Target/ARM:
ARMInstrInfo.td updated: 1.65 -> 1.66
---
Log message:
add blx
---
Diffs of the changes: (+1 -0)
ARMInstrInfo.td | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/ARM/ARMInstrInfo.td
diff -u llvm/lib/Target/ARM/ARMInstrInfo.td:1.65
llvm/lib/Target/ARM/ARMInstrInfo.td:1.66
--- llvm/lib/Target/ARM/ARMInstrInfo.td:1.65 Wed Oct 18 11:20:57 2006
+++ llvm/lib/Target/ARM/ARMInstrInfo.td Wed Oct 18 11:21:43 2006
@@ -149,6 +149,7 @@
let noResults = 1, Defs = [R0, R1, R2, R3, R14] in {
def bl: InstARM<(ops i32imm:$func, variable_ops), "bl $func", []>;
+ def blx : InstARM<(ops IntRegs:$func, variable_ops), "blx $func",
[(ARMcall IntRegs:$func)]>;
}
def ldr : InstARM<(ops IntRegs:$dst, memri:$addr),
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits