diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-03-19 23:36:19 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-03-19 23:36:19 +0000 |
commit | 8cf47cef5c964208137a0ada46ea35fc811e888d (patch) | |
tree | 18b5ba058874d8321d1a188dee76c9d17740dfe1 /test | |
parent | 1e8ae156e0e3c60a068ffc37925ac882464a9e53 (diff) | |
download | external_llvm-8cf47cef5c964208137a0ada46ea35fc811e888d.zip external_llvm-8cf47cef5c964208137a0ada46ea35fc811e888d.tar.gz external_llvm-8cf47cef5c964208137a0ada46ea35fc811e888d.tar.bz2 |
Make this test a little simpler/faster.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35193 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll b/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll index bdf3cca..67aeed9 100644 --- a/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll +++ b/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll @@ -1,7 +1,6 @@ ; For PR1261. Before bit accurate type support in InstCombine, this would ; turn the sext into a zext. -; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis && -; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | not grep zext +; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | grep sext ; XFAIL: * define i16 @test(i31 %zzz) { |