[llvm-commits] CVS: llvm/include/llvm/Support/MathExtras.h

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 11 16:53:11 PDT 2006



Changes in directory llvm/include/llvm/Support:

MathExtras.h updated: 1.34 -> 1.35
---
Log message:

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


---
Diffs of the changes:  (+0 -3)

 MathExtras.h |    3 ---
 1 files changed, 3 deletions(-)


Index: llvm/include/llvm/Support/MathExtras.h
diff -u llvm/include/llvm/Support/MathExtras.h:1.34 llvm/include/llvm/Support/MathExtras.h:1.35
--- llvm/include/llvm/Support/MathExtras.h:1.34	Wed Jul 26 11:18:00 2006
+++ llvm/include/llvm/Support/MathExtras.h	Fri Aug 11 18:52:54 2006
@@ -307,7 +307,4 @@
 
 } // End llvm namespace
 
-FORCE_DEFINING_FILE_TO_BE_LINKED(SupportIsInf)
-FORCE_DEFINING_FILE_TO_BE_LINKED(SupportIsNAN)
-
 #endif






More information about the llvm-commits mailing list