[dragonegg] r202823 - [Modules] Update to reflect ValueHandle moving to the IR library in LLVM
Chandler Carruth
chandlerc at gmail.com
Tue Mar 4 03:18:57 PST 2014
Author: chandlerc
Date: Tue Mar 4 05:18:57 2014
New Revision: 202823
URL: http://llvm.org/viewvc/llvm-project?rev=202823&view=rev
Log:
[Modules] Update to reflect ValueHandle moving to the IR library in LLVM
r202821.
Modified:
dragonegg/trunk/include/dragonegg/Debug.h
dragonegg/trunk/src/Cache.cpp
Modified: dragonegg/trunk/include/dragonegg/Debug.h
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/include/dragonegg/Debug.h?rev=202823&r1=202822&r2=202823&view=diff
==============================================================================
--- dragonegg/trunk/include/dragonegg/Debug.h (original)
+++ dragonegg/trunk/include/dragonegg/Debug.h Tue Mar 4 05:18:57 2014
@@ -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>
Modified: dragonegg/trunk/src/Cache.cpp
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/src/Cache.cpp?rev=202823&r1=202822&r2=202823&view=diff
==============================================================================
--- dragonegg/trunk/src/Cache.cpp (original)
+++ dragonegg/trunk/src/Cache.cpp Tue Mar 4 05:18:57 2014
@@ -27,7 +27,7 @@
#include "dragonegg/Cache.h"
// LLVM headers
-#include "llvm/Support/ValueHandle.h"
+#include "llvm/IR/ValueHandle.h"
// System headers
#include <cassert>
More information about the llvm-commits
mailing list