Move code out of indentation one level to make it easier to read.
authorChris Lattner <sabre@nondot.org>
Mon, 17 Jan 2005 03:20:02 +0000 (03:20 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 17 Jan 2005 03:20:02 +0000 (03:20 +0000)
commitb352fa585367eec7090d074cdf0e829ab3f9b8ab
treec62e2f91510eeedd377378b23362809c4c73ece8
parent7ece380440238ad0630a225b85a09a2dbed1165a
Move code out of indentation one level to make it easier to read.

Disable the xform for < > cases.  It turns out that the following is being
miscompiled:

bool %test(sbyte %S) {
        %T = cast sbyte %S to uint
        %V = setgt uint %T, 255
        ret bool %V
}

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19628 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp