From: Brian Gaeke Date: Sun, 21 Sep 2003 03:57:37 +0000 (+0000) Subject: Use C++ math header instead of C version. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bd353fb6625db70e902bb0c1eec2caac1ac243b1;p=oota-llvm.git Use C++ math header instead of C version. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8648 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index 1c740b6e01e..0c64846e5cb 100644 --- a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp +++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp @@ -23,7 +23,7 @@ #include "Support/STLExtras.h" #include "Support/SetOperations.h" #include "Support/CommandLine.h" -#include +#include RegAllocDebugLevel_t DEBUG_RA; diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp index 1c740b6e01e..0c64846e5cb 100644 --- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp +++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp @@ -23,7 +23,7 @@ #include "Support/STLExtras.h" #include "Support/SetOperations.h" #include "Support/CommandLine.h" -#include +#include RegAllocDebugLevel_t DEBUG_RA;