Temporarily disable this code, as it is emitting LLVM_NAN("nan") which results in...
authorChris Lattner <sabre@nondot.org>
Sun, 25 Jul 2004 22:36:35 +0000 (22:36 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 25 Jul 2004 22:36:35 +0000 (22:36 +0000)
commita9d790c831de8f5dd96b689e337c35153f78a7c7
treeba4ea2a89a865e69511ac608d08eb36721447aee
parentf847432f77d0cd59e172b727fbd890c60d5ad5fd
Temporarily disable this code, as it is emitting LLVM_NAN("nan") which results in a call to the
glibc 'nan' function because the initializer is not a string.  This breaks when used in a global
initializer.  Try compiling this testcase for example:

%X = global float <some nan value>

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