Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Analysis / BasicAA / 2003-12-11-ConstExprGEP.ll
index 639cb0a2f82c9d5febc276df5584729ed03d666d..8166b979ddab3ab700d92ab0dd310c02be887a00 100644 (file)
@@ -1,7 +1,7 @@
 ; This testcase consists of alias relations which should be completely
 ; resolvable by basicaa, but require analysis of getelementptr constant exprs.
 
-; 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] }