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 a3cc600053f46d3a13cf0737cd53f162bbd393c6..1865c059a99884b0c789b838c3447d798cfa03ac 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution \
+; RUN: opt < %s -analyze -scalar-evolution \
 ; RUN:   -scalar-evolution-max-iterations=0 | grep Unpredictable
 ; PR2088