diff options
Diffstat (limited to 'test/Transforms/InstCombine/cast-set.ll')
-rw-r--r-- | test/Transforms/InstCombine/cast-set.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/cast-set.ll b/test/Transforms/InstCombine/cast-set.ll index 9cc3225028..721faefc10 100644 --- a/test/Transforms/InstCombine/cast-set.ll +++ b/test/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 |