From 09c3253d3034ac8ed31f04d21181004827224d47 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Sat, 29 Oct 2011 00:56:07 +0000 Subject: Revert r143214; it's breaking a bunch of stuff. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143265 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstSimplify/compare.ll | 9 --------- 1 file changed, 9 deletions(-) (limited to 'test/Transforms') diff --git a/test/Transforms/InstSimplify/compare.ll b/test/Transforms/InstSimplify/compare.ll index df33122574..57727c9ab7 100644 --- a/test/Transforms/InstSimplify/compare.ll +++ b/test/Transforms/InstSimplify/compare.ll @@ -204,15 +204,6 @@ define i1 @select4(i1 %cond) { ; CHECK: ret i1 %cond } -define i1 @select5(i32 %x) { -; CHECK: @select5 - %c = icmp eq i32 %x, 0 - %s = select i1 %c, i32 1, i32 %x - %c2 = icmp eq i32 %s, 0 - ret i1 %c2 -; CHECK: ret i1 false -} - define i1 @urem1(i32 %X, i32 %Y) { ; CHECK: @urem1 %A = urem i32 %X, %Y -- cgit v1.2.3