diff options
Diffstat (limited to 'test/CodeGen/X86/fast-isel-args-fail.ll')
-rw-r--r-- | test/CodeGen/X86/fast-isel-args-fail.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-isel-args-fail.ll b/test/CodeGen/X86/fast-isel-args-fail.ll index 7e783d2..0026832 100644 --- a/test/CodeGen/X86/fast-isel-args-fail.ll +++ b/test/CodeGen/X86/fast-isel-args-fail.ll @@ -17,6 +17,6 @@ entry: ; WIN32: movl (%rcx), %eax ; WIN64: foo ; WIN64: movl (%rdi), %eax - %0 = load i32* %p, align 4 + %0 = load i32, i32* %p, align 4 ret i32 %0 } |