fold compare of null pointer into compare with 0.
authorChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2008 05:18:04 +0000 (05:18 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2008 05:18:04 +0000 (05:18 +0000)
commitd53886bb488fbef11b8083d7e99bcf53a51861a0
tree5b97f9c19f087db50374e9980467b07a3722133c
parent160f6cc209068e5e2db6514a010d5a32cf28be4f
fold compare of null pointer into compare with 0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57553 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp