summaryrefslogtreecommitdiff
path: root/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-16 15:15:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-16 15:15:52 +0000
commit4cda190ef512853b290db8b4054367fa2e3e094c (patch)
tree2cee5f23133d0d58fe9c24a836fc5694861ac22f /test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll
parent3401c99889184fee77307889914299f283e23def (diff)
downloadllvm-4cda190ef512853b290db8b4054367fa2e3e094c.tar.gz
llvm-4cda190ef512853b290db8b4054367fa2e3e094c.tar.bz2
llvm-4cda190ef512853b290db8b4054367fa2e3e094c.tar.xz
For PR1319:
Fix test syntax per new rules. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36133 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll')
-rw-r--r--test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll b/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll
index f74bdba2c1..5f602b8934 100644
--- a/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll
+++ b/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll
@@ -1,7 +1,8 @@
; This testcase consists of alias relations which should be completely
; resolvable by basicaa, but require analysis of getelementptr constant exprs.
-; RUN: llvm-upgrade < %s | llvm-as | opt -aa-eval -print-may-aliases 2>&1 -disable-output | not grep May:
+; RUN: llvm-upgrade < %s | llvm-as | \
+; RUN: opt -aa-eval -print-may-aliases -disable-output |& not grep May:
%T = type { uint, [10 x ubyte] }