[DSE] Disable non-local DSE to see if the bots go green.
[oota-llvm.git] / test / Transforms / LICM / PR21582.ll
index c918d1af013e985d3594f09c4b14dab8782d5bf2..5664f2e2b6e043dbb5b5979b04337ebe8cf13f5c 100644 (file)
@@ -20,7 +20,7 @@ for.body.preheader:                               ; preds = %for.cond
 for.body:                                         ; preds = %for.body, %for.body.preheader
   %g.15 = phi i32 [ undef, %for.body ], [ 0, %for.body.preheader ]
   %arrayidx2 = getelementptr inbounds i32, i32* @fn3.i, i64 0
-  %0 = load i32* %arrayidx2, align 4
+  %0 = load i32, i32* %arrayidx2, align 4
   %call = call i32 @g()
   br i1 false, label %for.body, label %for.end.loopexit