From bd353fb6625db70e902bb0c1eec2caac1ac243b1 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Sun, 21 Sep 2003 03:57:37 +0000 Subject: [PATCH] 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 --- lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | 2 +- lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.34.1