mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
24080a9878
commit
e695de0c5f
@ -1,4 +1,4 @@
|
||||
; RUN: llc -march=x86 -relocation-model=pic
|
||||
; RUN: llc -march=x86 -relocation-model=pic < %s
|
||||
|
||||
; This should use flds to set the return value.
|
||||
; CHECK: test0:
|
||||
@ -28,6 +28,6 @@ define void @test1({i32, i32, i32, i32}* sret %p) nounwind {
|
||||
; CHECK: ret
|
||||
@HHH = external global i32
|
||||
define i32 @test2() nounwind {
|
||||
%t = load i32* @H
|
||||
%t = load i32* @HHH
|
||||
ret i32 %t
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user