mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 08:36:52 +00:00
Add #include <climits> to get the definition of INT_MAX.
llvm-svn: 59692
This commit is contained in:
parent
77e3f07d4b
commit
6d0d98d450
@ -18,6 +18,7 @@
|
||||
#include "llvm/Target/TargetInstrInfo.h"
|
||||
#include "llvm/Target/TargetRegisterInfo.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include <climits>
|
||||
using namespace llvm;
|
||||
|
||||
ScheduleDAG::ScheduleDAG(SelectionDAG *dag, MachineBasicBlock *bb,
|
||||
|
Loading…
Reference in New Issue
Block a user