Missing include of climits in the new BranchProbability pass.
authorAndrew Trick <atrick@apple.com>
Sat, 4 Jun 2011 01:30:52 +0000 (01:30 +0000)
committerAndrew Trick <atrick@apple.com>
Sat, 4 Jun 2011 01:30:52 +0000 (01:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132616 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/BranchProbabilityInfo.cpp

index 57a2579ecb4d6d0317e4a06365dbfc631b057a28..d7fc2c39875f5e9bd5e754514a489f1a3657c532 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "llvm/Instructions.h"
 #include "llvm/Analysis/BranchProbabilityInfo.h"
+#include <climits>
 
 using namespace llvm;