diff options
Diffstat (limited to 'llvm/test/Regression/Transforms/InstCombine/cast-set.ll')
| -rw-r--r-- | llvm/test/Regression/Transforms/InstCombine/cast-set.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/cast-set.ll b/llvm/test/Regression/Transforms/InstCombine/cast-set.ll index 9cc32250280..721faefc105 100644 --- a/llvm/test/Regression/Transforms/InstCombine/cast-set.ll +++ b/llvm/test/Regression/Transforms/InstCombine/cast-set.ll @@ -3,7 +3,7 @@ ; slow. Might it be better to make there be an instcombine prepass before ; level raise that takes care of the obvious stuff? -; RUN: as < %s | opt -instcombine | dis | not grep cast +; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep cast bool %test1(int %X) { %A = cast int %X to uint |

