OSDN Git Service

Do not cannonicalize (X != 0) into (cast X to bool)
authorChris Lattner <sabre@nondot.org>
Wed, 13 Aug 2003 05:33:12 +0000 (05:33 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Aug 2003 05:33:12 +0000 (05:33 +0000)
commit934754bed6575aa29b059cfc2a10ee8052b84790
tree3a43d0f339fe5c51ebeb3820637a8ba4a7a636d4
parent545513918a3031a4d0588f5960cbbe685a3e6bda
Do not cannonicalize (X != 0) into (cast X to bool)

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