aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit52aa68641a00e3ba7d46dbd32cc9f5ef50cca9f0 (patch)
treec80d629709606c70c05a75d9c5756e8edcd6c55d /lib/Analysis/ValueTracking.cpp
parentdb26094a792caa3d88ee95547806928b81f8fb5c (diff)
downloadexternal_llvm-52aa68641a00e3ba7d46dbd32cc9f5ef50cca9f0.zip
external_llvm-52aa68641a00e3ba7d46dbd32cc9f5ef50cca9f0.tar.gz
external_llvm-52aa68641a00e3ba7d46dbd32cc9f5ef50cca9f0.tar.bz2
Add #includes required by GCC 4.3, thanks for Zhongxing Xu
for reporting this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51926 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/ValueTracking.cpp')
-rw-r--r--lib/Analysis/ValueTracking.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/ValueTracking.cpp b/lib/Analysis/ValueTracking.cpp
index 67e4aad..78a9c77 100644
--- a/lib/Analysis/ValueTracking.cpp
+++ b/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