Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Analysis / BasicAA / 2003-11-04-SimpleCases.ll
index 99eae1660de82a53384003831a60b0821c443d44..911f78cc827ea6f27d4dba627e892923649ac1dc 100644 (file)
@@ -1,7 +1,7 @@
 ; This testcase consists of alias relations which should be completely
 ; resolvable by basicaa.
 
-; RUN: llvm-as < %s | opt -aa-eval -print-may-aliases -disable-output \
+; RUN: opt < %s -aa-eval -print-may-aliases -disable-output \
 ; RUN: |& not grep May:
 
 %T = type { i32, [10 x i8] }