Passing integer 0 in for a pointer value doesn't work on IA64. Fix this
authorChris Lattner <sabre@nondot.org>
Fri, 16 Jul 2004 00:02:21 +0000 (00:02 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Jul 2004 00:02:21 +0000 (00:02 +0000)
commitbd935336d4dd9d9a55feed9d9ef0bd6941060f37
treed4d12a2ef60c4b5a70e899fd60ed583d8af77239
parentdcb115bc826a5eaa2b7b3c3ce7245f8ee86287e6
Passing integer 0 in for a pointer value doesn't work on IA64.  Fix this
by using a new macro.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14863 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/TableGen.cpp