Use the libanalysis 'ConstantFoldLoadFromConstPtr' function
[oota-llvm.git] / test / Transforms / SCCP / 2002-05-20-MissedIncomingValue.ll
index b5dc2bc8e59ad6617a9ae9f62c78c00456178857..f6198025b80b50d7db25d7388538248cc41dd41d 100644 (file)
@@ -1,7 +1,7 @@
 ; This test shows a case where SCCP is incorrectly eliminating the PHI node
 ; because it thinks it has a constant 0 value, when it really doesn't.
 
-; RUN: opt %s -sccp | llvm-dis | grep phi
+; RUN: opt < %s -sccp -S | grep phi
 
 define i32 @test(i32 %A, i1 %c) {
 bb1: