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:
77b85b6
)
Add missing '@' delimiter.
author
Jim Grosbach
<grosbach@apple.com>
Wed, 17 Aug 2011 17:46:01 +0000
(17:46 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Wed, 17 Aug 2011 17:46:01 +0000
(17:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137832
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/MC/ARM/basic-thumb-instructions.s
patch
|
blob
|
history
diff --git
a/test/MC/ARM/basic-thumb-instructions.s
b/test/MC/ARM/basic-thumb-instructions.s
index 3f19dfe5d718bfd7de05c45dd207330c2bc0df49..3a20db166e574e35fdca3ca9c7a36ac1235ee15a 100644
(file)
--- a/
test/MC/ARM/basic-thumb-instructions.s
+++ b/
test/MC/ARM/basic-thumb-instructions.s
@@
-30,4
+30,4
@@
_func:
add r2, r8
@ CHECK: adds r1, r2, r3 @ encoding: [0xd1,0x18]
-
CHECK: add r2, r8 @ encoding: [0x42,0x44]
+
@
CHECK: add r2, r8 @ encoding: [0x42,0x44]