diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/crash-O0.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/crash-O0.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/crash-O0.ll b/llvm/test/CodeGen/X86/crash-O0.ll index df978176bcb..dab15c19c69 100644 --- a/llvm/test/CodeGen/X86/crash-O0.ll +++ b/llvm/test/CodeGen/X86/crash-O0.ll @@ -45,7 +45,7 @@ entry: ; CHECK: retq define i64 @addressModeWith32bitIndex(i32 %V) { %gep = getelementptr i64, i64* null, i32 %V - %load = load i64* %gep + %load = load i64, i64* %gep %sdiv = sdiv i64 0, %load ret i64 %sdiv } |