Use C++ math header instead of C version.

llvm-svn: 8648
This commit is contained in:
Brian Gaeke 2003-09-21 03:57:37 +00:00
parent 4013dbc6b0
commit 1fdcd32b79

View File

@ -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;