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:
2895d95
)
Update test case to match minor formatting change introduced in r218563.
author
Craig Topper
<craig.topper@gmail.com>
Sat, 27 Sep 2014 05:36:53 +0000
(
05:36
+0000)
committer
Craig Topper
<craig.topper@gmail.com>
Sat, 27 Sep 2014 05:36:53 +0000
(
05:36
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218564
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/TableGen/BitOffsetDecoder.td
patch
|
blob
|
history
diff --git
a/test/TableGen/BitOffsetDecoder.td
b/test/TableGen/BitOffsetDecoder.td
index 1a95d94ee127f372bf63999e902bdc9177be7ac1..ec0ceeee8a6d0b5140192522380e7ede81f5fa28 100644
(file)
--- a/
test/TableGen/BitOffsetDecoder.td
+++ b/
test/TableGen/BitOffsetDecoder.td
@@
-69,6
+69,6
@@
def bum : Instruction {
// CHECK: tmp = fieldFromInstruction(insn, 8, 7);
// CHECK: tmp = fieldFromInstruction(insn, 8, 8) << 3;
-// CHECK: tmp |= (fieldFromInstruction(insn, 8, 4) << 7);
-// CHECK: tmp |= (fieldFromInstruction(insn, 12, 4) << 3);
-// CHECK: tmp = fieldFromInstruction(insn, 8, 8) << 4;
\ No newline at end of file
+// CHECK: tmp |= fieldFromInstruction(insn, 8, 4) << 7;
+// CHECK: tmp |= fieldFromInstruction(insn, 12, 4) << 3;
+// CHECK: tmp = fieldFromInstruction(insn, 8, 8) << 4;