For PR1319:
[oota-llvm.git] / test / Transforms / InstCombine / stacksaverestore.ll
index c41a1b1e7fcac46dd1dea2295db78760b1ff12e4..f9cc9c22a92b0d781027d1719816b8d046151a28 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine -disable-output &&
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep call
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | not grep call
 
 ;; Test that llvm.stackrestore is removed when possible.