mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
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
This commit is contained in:
parent
37bc4cce9b
commit
bd353fb662
@ -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;
|
||||
|
||||
|
@ -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…
x
Reference in New Issue
Block a user