projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd7d991
)
g++-4.3 build-fix: CHAR_BIT requires <climits>.
author
Torok Edwin
<edwintorok@gmail.com>
Sun, 20 Apr 2008 08:33:11 +0000
(08:33 +0000)
committer
Torok Edwin
<edwintorok@gmail.com>
Sun, 20 Apr 2008 08:33:11 +0000
(08:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49989
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/InstructionCombining.cpp
b/lib/Transforms/Scalar/InstructionCombining.cpp
index d1e66ba9165f7e546f6868dbc525188dfa84c4a0..10627ea6e925efa74d407c82d5a5ee77a4cf6f37 100644
(file)
--- a/
lib/Transforms/Scalar/InstructionCombining.cpp
+++ b/
lib/Transforms/Scalar/InstructionCombining.cpp
@@
-57,6
+57,7
@@
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include <algorithm>
+#include <climits>
#include <sstream>
using namespace llvm;
using namespace llvm::PatternMatch;