diff options
Diffstat (limited to 'test/Transforms/BasicAA/2003-07-03-BasicAACrash.ll')
-rw-r--r-- | test/Transforms/BasicAA/2003-07-03-BasicAACrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/BasicAA/2003-07-03-BasicAACrash.ll b/test/Transforms/BasicAA/2003-07-03-BasicAACrash.ll index 785759d0a3..916b52341c 100644 --- a/test/Transforms/BasicAA/2003-07-03-BasicAACrash.ll +++ b/test/Transforms/BasicAA/2003-07-03-BasicAACrash.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -basicaa -aa-eval -disable-output +; RUN: llvm-as < %s | opt -basicaa -aa-eval -disable-output %struct..RefPoint = type { int, { uint, ushort, ushort } } %struct..RefRect = type { %struct..RefPoint, %struct..RefPoint } |