From 81fece667e1f8a9569360b1c8a12e494c79bf009 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Mon, 24 Aug 2009 21:17:17 +0000 Subject: 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 --- test/CodeGen/Thumb2/thumb2-mov.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3