New testcase
[oota-llvm.git] / test / Transforms / ConstProp / basictest.ll
index 241d25f25e2752b57f29b672bb4aee72c901461f..65cfd35889ea094d3261a88580787ec449cb9327 100644 (file)
@@ -1,7 +1,7 @@
 ; This is a basic sanity check for constant propogation.  The add instruction 
 ; should be eliminated.
 
-; RUN: if as < %s | opt -constprop | dis | grep add
+; RUN: if as < %s | opt -constprop -die | dis | grep add
 ; RUN: then exit 1
 ; RUN: else exit 0
 ; RUN: fi