summaryrefslogtreecommitdiff
path: root/dragonegg
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 11:18:57 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 11:18:57 +0000
commit0c7bb7829fb3cc3daae8b275e49a0af1407edc2a (patch)
tree797c2809f9455cd8beb00a31bf01f3689114928d /dragonegg
parent423445914476bf7eeaa96911d353c93cabebc576 (diff)
[Modules] Update to reflect ValueHandle moving to the IR library in LLVM
r202821.
Diffstat (limited to 'dragonegg')
-rw-r--r--dragonegg/include/dragonegg/Debug.h2
-rw-r--r--dragonegg/src/Cache.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/dragonegg/include/dragonegg/Debug.h b/dragonegg/include/dragonegg/Debug.h
index 790610d94ab..9ae771b001e 100644
--- a/dragonegg/include/dragonegg/Debug.h
+++ b/dragonegg/include/dragonegg/Debug.h
@@ -29,8 +29,8 @@
// LLVM headers
#include "llvm/DebugInfo.h"
#include "llvm/DIBuilder.h"
+#include "llvm/IR/ValueHandle.h"
#include "llvm/Support/Allocator.h"
-#include "llvm/Support/ValueHandle.h"
// System headers
#include <map>
diff --git a/dragonegg/src/Cache.cpp b/dragonegg/src/Cache.cpp
index 9cd31b36b77..5fd3f1cfcf2 100644
--- a/dragonegg/src/Cache.cpp
+++ b/dragonegg/src/Cache.cpp
@@ -27,7 +27,7 @@
#include "dragonegg/Cache.h"
// LLVM headers
-#include "llvm/Support/ValueHandle.h"
+#include "llvm/IR/ValueHandle.h"
// System headers
#include <cassert>