diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-23 03:16:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-23 03:16:56 +0000 |
commit | 220df9c13de8557173cb71425ea32fe63a55b886 (patch) | |
tree | b2efb74d5d799319c58d49d1cc473297f4fd55d9 /utils/fpcmp | |
parent | 537a49a85ae676b345d1e28e552377b500b996bf (diff) | |
download | external_llvm-220df9c13de8557173cb71425ea32fe63a55b886.zip external_llvm-220df9c13de8557173cb71425ea32fe63a55b886.tar.gz external_llvm-220df9c13de8557173cb71425ea32fe63a55b886.tar.bz2 |
Drop dead #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19768 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/fpcmp')
-rw-r--r-- | utils/fpcmp/fpcmp.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/fpcmp/fpcmp.cpp b/utils/fpcmp/fpcmp.cpp index 1663692..d7808dd 100644 --- a/utils/fpcmp/fpcmp.cpp +++ b/utils/fpcmp/fpcmp.cpp @@ -15,8 +15,6 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/FileUtilities.h" #include <iostream> -#include <cmath> - using namespace llvm; namespace { |