Use the libanalysis 'ConstantFoldLoadFromConstPtr' function
[oota-llvm.git] / test / Transforms / SCCP / 2003-08-26-InvokeHandling.ll
index 460963d2631d7329225c603e73bf1b9c1f6bbf29..9876375ae88a7e6e86fffe010b45ffc00ae64d82 100644 (file)
@@ -1,5 +1,5 @@
 ; The PHI cannot be eliminated from this testcase, SCCP is mishandling invoke's!
-; RUN: opt %s -sccp -S | grep phi
+; RUN: opt %s -sccp -S | grep phi
 
 declare void @foo()