forked from OSchip/llvm-project
Missing include of climits in the new BranchProbability pass.
llvm-svn: 132616
This commit is contained in:
parent
a658fd26c3
commit
c73aa1ee81
|
@ -13,6 +13,7 @@
|
|||
|
||||
#include "llvm/Instructions.h"
|
||||
#include "llvm/Analysis/BranchProbabilityInfo.h"
|
||||
#include <climits>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
|
Loading…
Reference in New Issue