diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-09-19 22:53:00 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-09-19 22:53:00 +0000 |
commit | 11f23c1a7260a1cb4b4eee20aea09676e15d55c0 (patch) | |
tree | 56b04e6db13443494f118ce64e2993da852b75fd | |
parent | 661daa481ef438ea797b01df470d2190c93c9863 (diff) |
Fix copy/past-o. Gotta remember that 'modify' step...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140082 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/ARM/basic-thumb2-instructions.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ARM/basic-thumb2-instructions.s b/test/MC/ARM/basic-thumb2-instructions.s index 28bf22ff9d..65299ca231 100644 --- a/test/MC/ARM/basic-thumb2-instructions.s +++ b/test/MC/ARM/basic-thumb2-instructions.s @@ -2653,7 +2653,7 @@ _func: @------------------------------------------------------------------------------ -@ TEQ +@ TST @------------------------------------------------------------------------------ tst r5, #0xf000 tst r2, r5 |