Print a load of a null pointer like this:
authorChris Lattner <sabre@nondot.org>
Wed, 12 Jan 2005 04:05:19 +0000 (04:05 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Jan 2005 04:05:19 +0000 (04:05 +0000)
commit9f2cb3da480148421b3b4e4cb7c77f94259c356e
tree645f34747d39218596b994137f6e3ce34f67d86e
parent085c9955ca1e5df3f5376418c0c9dd32e7a90ab9
Print a load of a null pointer like this:

        movw 0, %ax

instead of like this:

        movw , %ax

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