[opaque pointer type] Add textual IR support for explicit type parameter to load...
[oota-llvm.git] / test / Transforms / Reassociate / 2011-01-26-UseAfterFree.ll
index c4185d2fb37edf8afb2cd903cb8cbc0e39ed2847..1c8f0d2ea2191866e850bc8be30e04670c2dbda8 100644 (file)
@@ -5,7 +5,7 @@ target triple = "i386-gnu-linux"
 
 define void @exp_averages_intraday__deviation() {
 entry:
-  %0 = load i32* undef, align 4
+  %0 = load i32, i32* undef, align 4
   %1 = shl i32 %0, 2
   %2 = add nsw i32 undef, %1
   %3 = add nsw i32 %2, undef