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
This commit is contained in:
Bob Wilson 2009-08-24 21:17:17 +00:00
parent 0ee3821e9e
commit 81fece667e

View File

@ -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