diff options
Diffstat (limited to 'test/Transforms/InstCombine/malloc.ll')
-rw-r--r-- | test/Transforms/InstCombine/malloc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/malloc.ll b/test/Transforms/InstCombine/malloc.ll index 3545f3073d..3231acf53d 100644 --- a/test/Transforms/InstCombine/malloc.ll +++ b/test/Transforms/InstCombine/malloc.ll @@ -1,5 +1,5 @@ ; test that malloc's with a constant argument are promoted to array allocations -; RUN: as < %s | opt -instcombine -die | dis | grep getelementptr +; RUN: llvm-as < %s | opt -instcombine -die | llvm-dis | grep getelementptr int* %test() { %X = malloc int, uint 4 |