Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Analysis / BasicAA / no-escape-call.ll
index ab1fea78e95910394e6475f837afb71a03bd5c8a..ccabce9b7b44b4e555f2a9629463cefcc96e67df 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -basicaa -gvn -instcombine | llvm-dis | grep {ret i1 true}
+; RUN: opt < %s -basicaa -gvn -instcombine -S | grep {ret i1 true}
 ; PR2436
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
 target triple = "i386-apple-darwin8"