mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
Fix a typo. Somehow I thought this had passed before, but I guess not.
llvm-svn: 79937
This commit is contained in:
parent
fadb065745
commit
af26d40dc0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user