test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-07-19-InfiniteLoop.ll
index 989ac51226dce5f89c6ee30e580fd11402e0b7c6..1865c059a99884b0c789b838c3447d798cfa03ac 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -analyze -scalar-evolution -disable-output \
+; RUN: opt < %s -analyze -scalar-evolution \
 ; RUN:   -scalar-evolution-max-iterations=0 | grep Unpredictable
 ; PR2088