Move sprintf simplifier tests to test/Transforms/InstCombine
[oota-llvm.git] / test / Transforms / InstCombine / 2005-07-07-DeadPHILoop.ll
index c58234a54995533452b523d115cf8b7a92669a7e..caee951b704c2b531c21289be40995d023eee7ee 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine -disable-output
+; RUN: opt < %s -instcombine -disable-output
 
 ; This example caused instcombine to spin into an infinite loop.