summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-04-22 22:47:22 +0000
committerEric Christopher <echristo@gmail.com>2013-04-22 22:47:22 +0000
commit04d4e9312c69ef1fa4896e9289beeb3e763e7415 (patch)
treec198830379abfddf31ebde3cecadd3a343a8d4a5 /llvm/lib/Transforms/InstCombine
parentebeabab9a9b61b34439fbc243f4e1aab640440b6 (diff)
downloadbcm5719-llvm-04d4e9312c69ef1fa4896e9289beeb3e763e7415.tar.gz
bcm5719-llvm-04d4e9312c69ef1fa4896e9289beeb3e763e7415.zip
Move C++ code out of the C headers and into either C++ headers
or the C++ files themselves. This enables people to use just a C compiler to interoperate with LLVM. llvm-svn: 180063
Diffstat (limited to 'llvm/lib/Transforms/InstCombine')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstructionCombining.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp b/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
index c6115e3e91f..fc832dc0c35 100644
--- a/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
+++ b/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
@@ -53,6 +53,7 @@
#include "llvm/Support/ValueHandle.h"
#include "llvm/Target/TargetLibraryInfo.h"
#include "llvm/Transforms/Utils/Local.h"
+#include "llvm/Wrap.h"
#include <algorithm>
#include <climits>
using namespace llvm;
OpenPOWER on IntegriCloud