Go to file
Chris Lattner 21a015c12f 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>

llvm-svn: 15223
2004-07-25 22:36:35 +00:00
llvm Temporarily disable this code, as it is emitting LLVM_NAN("nan") which results in a call to the 2004-07-25 22:36:35 +00:00