From 8cf47cef5c964208137a0ada46ea35fc811e888d Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 19 Mar 2007 23:36:19 +0000 Subject: [PATCH] Make this test a little simpler/faster. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35193 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll b/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll index bdf3cca0b52..67aeed92c6d 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) { -- 2.34.1