diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-14 20:13:02 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-14 20:13:02 +0000 |
| commit | 91948d4cad557dea2c1c42224dd7c850ed6ed825 (patch) | |
| tree | 3d9936e91c71369d1854ad7edc1bb696e5d16ba1 /llvm/test/Transforms/InstCombine/apint-zext1.ll | |
| parent | be88bc4cb43c36fe62e6a22aa55c5a531393efc6 (diff) | |
| download | bcm5719-llvm-91948d4cad557dea2c1c42224dd7c850ed6ed825.tar.gz bcm5719-llvm-91948d4cad557dea2c1c42224dd7c850ed6ed825.zip | |
For PR1319:
Upgrade tests to work with new llvm.exp version of llvm_runtest.
llvm-svn: 36013
Diffstat (limited to 'llvm/test/Transforms/InstCombine/apint-zext1.ll')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/apint-zext1.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstCombine/apint-zext1.ll b/llvm/test/Transforms/InstCombine/apint-zext1.ll index 462e6910ca3..03330c7be96 100644 --- a/llvm/test/Transforms/InstCombine/apint-zext1.ll +++ b/llvm/test/Transforms/InstCombine/apint-zext1.ll @@ -1,7 +1,6 @@ ; Tests to make sure elimination of casts is working correctly ; This test is for Integer BitWidth <= 64 && BitWidth % 2 != 0. -; RUN: llvm-as < %s | opt -instcombine -disable-output && -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | notcast '' '%c1.*' +; RUN: llvm-as < %s | opt -instcombine | llvm-dis | notcast {} {%c1.*} define i47 @test_sext_zext(i11 %A) { %c1 = zext i11 %A to i39 |

