diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-args-fail.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-args-fail.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-args-fail.ll b/llvm/test/CodeGen/X86/fast-isel-args-fail.ll index 7e783d2891d..0026832ed28 100644 --- a/llvm/test/CodeGen/X86/fast-isel-args-fail.ll +++ b/llvm/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 } |

