mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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:
parent
0ee3821e9e
commit
81fece667e
@ -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