The bitcast case is not needed here: instcombine turns icmp(bitcast(x), null) ->...
authorChris Lattner <sabre@nondot.org>
Sun, 27 Sep 2009 21:42:46 +0000 (21:42 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Sep 2009 21:42:46 +0000 (21:42 +0000)
commit42ebefae8ef5adc46ace9e892c6cef006d94320a
treefa592c432dc3e043f2f1d77320d3b660a497b65e
parent4dd68242f106f047f80a5e0fdd96e19cb0ac5eed
The bitcast case is not needed here: instcombine turns icmp(bitcast(x), null) -> icmp(x, null) already.

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