mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Fix a think-o in the test for r225438.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225440 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
757d230f7d
commit
477eba5f81
@ -12,7 +12,7 @@ define void @_Z1fv() {
|
||||
; CHECK-NOT: callq *$a
|
||||
; CHECK: movq %fs:0, [[RAX:%r..]]
|
||||
; CHECK-NEXT: addq a@GOTTPOFF(%rip), [[RAX]]
|
||||
; CHECK-NEXT: callq *%rax
|
||||
; CHECK-NEXT: callq *[[RAX]]
|
||||
entry:
|
||||
call void bitcast (i64* @a to void ()*)()
|
||||
ret void
|
||||
|
Loading…
x
Reference in New Issue
Block a user