Switch from generating the int128 typedefs based on targetdata to generating
authorChris Lattner <sabre@nondot.org>
Mon, 16 Jun 2008 04:25:29 +0000 (04:25 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Jun 2008 04:25:29 +0000 (04:25 +0000)
commit9e4ff94ff7efdfc34737ceab3834f6c8e8f76c3f
treec4ea8a30d50b1eb2a3d323a8fd828c9a2496cf7b
parent5465cc59f08f9989e137ae104e41a752739c4a58
Switch from generating the int128 typedefs based on targetdata to generating
them based on the end-compiler's capabilities.  This fixes PR2453

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