New testcase
[oota-llvm.git] / test / Transforms / ConstProp / phi.ll
index c80c5e4bb5fad7c7cd50b37f4d8e3cce91b49952..e2c7d5b24df49ca81d4ae86c8456d355194af041 100644 (file)
@@ -1,7 +1,7 @@
 ; This is a basic sanity check for constant propogation.  The add instruction 
 ; should be eliminated.
 
-; RUN: as < %s | opt -constprop -die | dis | not grep phi
+; RUN: llvm-as < %s | opt -constprop -die | llvm-dis | not grep phi
 
 int %test(bool %B) {
 BB0: