mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 13:36:28 +00:00
Use C++ math header instead of C version.
llvm-svn: 8648
This commit is contained in:
parent
4013dbc6b0
commit
1fdcd32b79
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user