diff options
-rw-r--r-- | lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | 2 | ||||
-rw-r--r-- | 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 1c740b6e01..0c64846e5c 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 <math.h> +#include <cmath> RegAllocDebugLevel_t DEBUG_RA; diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp index 1c740b6e01..0c64846e5c 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 <math.h> +#include <cmath> RegAllocDebugLevel_t DEBUG_RA; |