diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-08-24 21:17:17 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-08-24 21:17:17 +0000 |
commit | 81fece667e1f8a9569360b1c8a12e494c79bf009 (patch) | |
tree | 89f1c9efb69512ab03fc967d770631d24de3837e /test | |
parent | 0ee3821e9e2718b67192b4487b22be15de1c96b1 (diff) |
Fix a typo. Somehow I thought this had passed before, but I guess not.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79937 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/Thumb2/thumb2-mov.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-mov.ll b/test/CodeGen/Thumb2/thumb2-mov.ll index 3b1d282ede..a44f815f4a 100644 --- a/test/CodeGen/Thumb2/thumb2-mov.ll +++ b/test/CodeGen/Thumb2/thumb2-mov.ll @@ -4,7 +4,7 @@ ; var 2.1 - 0x00ab00ab define i32 @t2_const_var2_1_ok_1(i32 %lhs) { -;CHECK: t2_const_var_1_ok_1: +;CHECK: t2_const_var2_1_ok_1: ;CHECK: #11206827 %ret = add i32 %lhs, 11206827 ; 0x00ab00ab ret i32 %ret |