summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-01-08 17:41:33 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-01-08 17:41:33 +0000
commitab6e6819b2b63d25101b64f0c63eeab3c266d499 (patch)
tree1975b9a267ca43080543b4a6ec408ce48627913f /llvm/lib/Target
parentea903067e114cf7e0e63afac69f58777f1d96ffa (diff)
downloadbcm5719-llvm-ab6e6819b2b63d25101b64f0c63eeab3c266d499.tar.gz
bcm5719-llvm-ab6e6819b2b63d25101b64f0c63eeab3c266d499.zip
Minor change, change the order of two "let Inst{...}" stmts within multiclass
T2I_bin_ii12rs definition. llvm-svn: 93006
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrThumb2.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrThumb2.td b/llvm/lib/Target/ARM/ARMInstrThumb2.td
index 6f20ed4e930..769df7ed916 100644
--- a/llvm/lib/Target/ARM/ARMInstrThumb2.td
+++ b/llvm/lib/Target/ARM/ARMInstrThumb2.td
@@ -360,8 +360,8 @@ multiclass T2I_bin_ii12rs<bits<3> op23_21, string opc, PatFrag opnode,
opc, ".w\t$dst, $lhs, $rhs",
[(set GPR:$dst, (opnode GPR:$lhs, t2_so_reg:$rhs))]> {
let Inst{31-27} = 0b11101;
- let Inst{24} = 1;
let Inst{26-25} = 0b01;
+ let Inst{24} = 1;
let Inst{23-21} = op23_21;
let Inst{20} = 0; // The S bit.
}
OpenPOWER on IntegriCloud