diff options
author | Chris Lattner <sabre@nondot.org> | 2006-08-11 23:52:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-08-11 23:52:54 +0000 |
commit | f42d1ddb18132ff3be2e7fbff24dace5415216da (patch) | |
tree | e9a8d6342fd5d319213c8542597209917ee1beaf /include/llvm/Support/MathExtras.h | |
parent | 2914a696fbf88e8f528278db902ee994292e8d88 (diff) |
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
Diffstat (limited to 'include/llvm/Support/MathExtras.h')
-rw-r--r-- | include/llvm/Support/MathExtras.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Support/MathExtras.h b/include/llvm/Support/MathExtras.h index 228d35ceff..e6a544dc77 100644 --- a/include/llvm/Support/MathExtras.h +++ b/include/llvm/Support/MathExtras.h @@ -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 |