X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fcrash-O0.ll;h=dab15c19c69ed9e349730c2f0a954e8e37ffd915;hb=7e31fe7e20d75a0629092edab0844c45ed79eb82;hp=df8eaaf442b7709a6fb15c62f14ed836902327aa;hpb=331ec379a087568ddbd06df22050d2f9233f638a;p=oota-llvm.git diff --git a/test/CodeGen/X86/crash-O0.ll b/test/CodeGen/X86/crash-O0.ll index df8eaaf442b..dab15c19c69 100644 --- a/test/CodeGen/X86/crash-O0.ll +++ b/test/CodeGen/X86/crash-O0.ll @@ -44,8 +44,8 @@ entry: ; CHECK-NEXT: idivq ; CHECK: retq define i64 @addressModeWith32bitIndex(i32 %V) { - %gep = getelementptr i64* null, i32 %V - %load = load i64* %gep + %gep = getelementptr i64, i64* null, i32 %V + %load = load i64, i64* %gep %sdiv = sdiv i64 0, %load ret i64 %sdiv }