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