remove IncludeFile turds in MathExtras.h, which bloats every .o file that

#includes it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29639 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2006-08-11 23:52:54 +00:00
parent 2914a696fb
commit f42d1ddb18
3 changed files with 9 additions and 16 deletions

View File

@@ -307,7 +307,4 @@ int IsInf (double d);
} // End llvm namespace
FORCE_DEFINING_FILE_TO_BE_LINKED(SupportIsInf)
FORCE_DEFINING_FILE_TO_BE_LINKED(SupportIsNAN)
#endif