diff options
Diffstat (limited to 'test/Transforms/InstCombine/2002-09-17-GetElementPtrCrash.ll')
-rw-r--r-- | test/Transforms/InstCombine/2002-09-17-GetElementPtrCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2002-09-17-GetElementPtrCrash.ll b/test/Transforms/InstCombine/2002-09-17-GetElementPtrCrash.ll index 18496f2658..c632ac1413 100644 --- a/test/Transforms/InstCombine/2002-09-17-GetElementPtrCrash.ll +++ b/test/Transforms/InstCombine/2002-09-17-GetElementPtrCrash.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -instcombine +; RUN: llvm-as < %s | opt -instcombine %bob = type { int } |