Fix a problem on 64-bit targets where we passed (int)0 through ... instead of
authorChris Lattner <sabre@nondot.org>
Thu, 9 Jun 2005 02:59:00 +0000 (02:59 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 Jun 2005 02:59:00 +0000 (02:59 +0000)
commit5633cd13e257ae0a55840b4b310bfb3f81d3233a
tree05c83e17c7aabca97a8ffc9fdafa35205e9e2fac
parent705b9e55f2ea484c81b9ea4841d2e3c868a313dd
Fix a problem on 64-bit targets where we passed (int)0 through ... instead of
(void*)0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22205 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/LowerSetJmp.cpp