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:
f79d624
)
Trivial comment change.
author
Johnny Chen
<johnny.chen@apple.com>
Fri, 5 Mar 2010 01:45:46 +0000
(
01:45
+0000)
committer
Johnny Chen
<johnny.chen@apple.com>
Fri, 5 Mar 2010 01:45:46 +0000
(
01:45
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97776
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMInstrThumb2.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrThumb2.td
b/lib/Target/ARM/ARMInstrThumb2.td
index 9f6822b69721deb4ecd56b541758b84234f21684..6241766a32df7eb99a05c4c26aed7069826f897d 100644
(file)
--- a/
lib/Target/ARM/ARMInstrThumb2.td
+++ b/
lib/Target/ARM/ARMInstrThumb2.td
@@
-1134,7
+1134,7
@@
multiclass T2Ipl<bit instr, bit write, string opc> {
let Inst{11-8} = 0b1100;
}
- // A8.6.118 #0 and #-0 differs.
Map
s -0 to -1, -1 to -2, ..., etc.
+ // A8.6.118 #0 and #-0 differs.
Translate
s -0 to -1, -1 to -2, ..., etc.
def pci : T2I<(outs), (ins GPR:$base, i32imm:$imm), IIC_iLoadi, opc,
"\t[pc, ${imm:negzero}]", []> {
let Inst{31-25} = 0b1111100;