summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ValueTracking.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-06-04 04:46:14 +0000
committerChris Lattner <sabre@nondot.org>2008-06-04 04:46:14 +0000
commit6449690da46eec29daa54848bc4a003c241f640a (patch)
tree0a06729bde63d9a579d8e8ee49b9b774281b119d /llvm/lib/Analysis/ValueTracking.cpp
parent5ccccf0326263815cc436a463898c22c6085896a (diff)
downloadbcm5719-llvm-6449690da46eec29daa54848bc4a003c241f640a.tar.gz
bcm5719-llvm-6449690da46eec29daa54848bc4a003c241f640a.zip
Add #includes required by GCC 4.3, thanks for Zhongxing Xu
for reporting this. llvm-svn: 51926
Diffstat (limited to 'llvm/lib/Analysis/ValueTracking.cpp')
-rw-r--r--llvm/lib/Analysis/ValueTracking.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/ValueTracking.cpp b/llvm/lib/Analysis/ValueTracking.cpp
index 67e4aad4fd5..78a9c77c3fa 100644
--- a/llvm/lib/Analysis/ValueTracking.cpp
+++ b/llvm/lib/Analysis/ValueTracking.cpp
@@ -19,6 +19,7 @@
#include "llvm/Target/TargetData.h"
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Support/MathExtras.h"
+#include <cstring>
using namespace llvm;
/// getOpcode - If this is an Instruction or a ConstantExpr, return the
OpenPOWER on IntegriCloud