1
0
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:
Andrew Trick 2011-06-04 01:30:52 +00:00
parent 7a9eb604a9
commit c894f04286

View File

@ -13,6 +13,7 @@
#include "llvm/Instructions.h"
#include "llvm/Analysis/BranchProbabilityInfo.h"
#include <climits>
using namespace llvm;