summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 11:18:19 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 11:18:19 +0000
commit61743af166a9c24d7348f433153634d6ca8c8391 (patch)
tree9cb4e3fb8bbbcc372786897a44f01cce1d20ce0b /clang/lib/CodeGen/CodeGenModule.h
parent4220e9c154a6426d247b658f76d498c66195f92e (diff)
downloadbcm5719-llvm-61743af166a9c24d7348f433153634d6ca8c8391.tar.gz
bcm5719-llvm-61743af166a9c24d7348f433153634d6ca8c8391.zip
[Modules] Update to reflect ValueHandle moving to the IR library in LLVM
r202821. llvm-svn: 202822
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index 9c20d8e605e..151cb33d67c 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -30,7 +30,7 @@
#include "llvm/ADT/StringMap.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/IR/Module.h"
-#include "llvm/Support/ValueHandle.h"
+#include "llvm/IR/ValueHandle.h"
#include "llvm/Transforms/Utils/SpecialCaseList.h"
namespace llvm {
OpenPOWER on IntegriCloud