X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FArgumentPromotion%2Fcrash.ll;h=dbd343ae920e32a817193914dde5246e369ea062;hb=7c9c6ed761bf9d28c0c257a045b35781969136e0;hp=353d318dd7082f9bd49a9136358293a20f9ba473;hpb=198d8baafbfdfcf5a5e219602a5d94ed263973b4;p=oota-llvm.git diff --git a/test/Transforms/ArgumentPromotion/crash.ll b/test/Transforms/ArgumentPromotion/crash.ll index 353d318dd70..dbd343ae920 100644 --- a/test/Transforms/ArgumentPromotion/crash.ll +++ b/test/Transforms/ArgumentPromotion/crash.ll @@ -51,9 +51,9 @@ init: define internal i32 @"clay_assign(Chain, Chain)"(%0* %c, %0* %d) { init: %0 = getelementptr %0, %0* %d, i32 0, i32 0 - %1 = load %0** %0 + %1 = load %0*, %0** %0 %2 = getelementptr %0, %0* %c, i32 0, i32 0 - %3 = load %0** %2 + %3 = load %0*, %0** %2 %4 = call i32 @"clay_assign(Chain, Chain)"(%0* %3, %0* %1) ret i32 0 }