diff options
Diffstat (limited to 'test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll')
-rw-r--r-- | test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll b/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll index 335b884694..e2b2afd15f 100644 --- a/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll +++ b/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll @@ -1,6 +1,6 @@ ; This testcase can be simplified by "realizing" that alloca can never return ; null. -; RUN: as < %s | opt -instcombine -simplifycfg | dis | not grep 'br ' +; RUN: llvm-as < %s | opt -instcombine -simplifycfg | llvm-dis | not grep 'br ' implementation ; Functions: |