Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Analysis / BasicAA / 2003-12-11-ConstExprGEP.ll
index f751928c064d25a20ec899776e032459a658d8df..f74bdba2c1789858d9117697071d3c5696f60980 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 2>&1 -disable-output | not grep May:
+; RUN: llvm-upgrade < %s | llvm-as | opt -aa-eval -print-may-aliases 2>&1 -disable-output | not grep May:
 
 %T = type { uint, [10 x ubyte] }