diff options
Diffstat (limited to 'test/Transforms/BasicAA/2003-03-04-GEPCrash.ll')
-rw-r--r-- | test/Transforms/BasicAA/2003-03-04-GEPCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/BasicAA/2003-03-04-GEPCrash.ll b/test/Transforms/BasicAA/2003-03-04-GEPCrash.ll index 0dd936a..1f48327 100644 --- a/test/Transforms/BasicAA/2003-03-04-GEPCrash.ll +++ b/test/Transforms/BasicAA/2003-03-04-GEPCrash.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -basicaa -aa-eval -disable-output +; RUN: llvm-as < %s | opt -basicaa -aa-eval -disable-output ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2 void %test({[2 x int],[2 x int]}* %A, long %X, long %Y) { %P1 = getelementptr {[2 x int],[2 x int]}* %A, long 0, ubyte 0, long %X |