mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Missing include of climits in the new BranchProbability pass.
llvm-svn: 132616
This commit is contained in:
parent
7a9eb604a9
commit
c894f04286
@ -13,6 +13,7 @@
|
||||
|
||||
#include "llvm/Instructions.h"
|
||||
#include "llvm/Analysis/BranchProbabilityInfo.h"
|
||||
#include <climits>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user