diff options
Diffstat (limited to 'test/Transforms/InstCombine/2003-05-26-CastMiscompile.ll')
-rw-r--r-- | test/Transforms/InstCombine/2003-05-26-CastMiscompile.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2003-05-26-CastMiscompile.ll b/test/Transforms/InstCombine/2003-05-26-CastMiscompile.ll index e285120..218a536 100644 --- a/test/Transforms/InstCombine/2003-05-26-CastMiscompile.ll +++ b/test/Transforms/InstCombine/2003-05-26-CastMiscompile.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -instcombine | dis | grep 4294967295 +; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep 4294967295 ulong %test(ulong %Val) { %tmp.3 = cast ulong %Val to uint ; <uint> [#uses=1] |