aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-11 23:52:54 +0000
committerChris Lattner <sabre@nondot.org>2006-08-11 23:52:54 +0000
commitf42d1ddb18132ff3be2e7fbff24dace5415216da (patch)
treee9a8d6342fd5d319213c8542597209917ee1beaf /include
parent2914a696fbf88e8f528278db902ee994292e8d88 (diff)
downloadexternal_llvm-f42d1ddb18132ff3be2e7fbff24dace5415216da.zip
external_llvm-f42d1ddb18132ff3be2e7fbff24dace5415216da.tar.gz
external_llvm-f42d1ddb18132ff3be2e7fbff24dace5415216da.tar.bz2
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')
-rw-r--r--include/llvm/Support/MathExtras.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Support/MathExtras.h b/include/llvm/Support/MathExtras.h
index 228d35c..e6a544d 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