diff options
Diffstat (limited to 'test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll')
-rw-r--r-- | test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll b/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll index b5679e6..5a4b389 100644 --- a/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll +++ b/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll @@ -2,6 +2,6 @@ ; CHECK: %fs: define i32 @test1(i32 addrspace(257)* %arg) nounwind { - %tmp = load i32 addrspace(257)* %arg + %tmp = load i32, i32 addrspace(257)* %arg ret i32 %tmp } |