]> granicus.if.org Git - clang/commitdiff
[Modules] Update to reflect ValueHandle moving to the IR library in LLVM
authorChandler Carruth <chandlerc@gmail.com>
Tue, 4 Mar 2014 11:18:19 +0000 (11:18 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 4 Mar 2014 11:18:19 +0000 (11:18 +0000)
r202821.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202822 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.h
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.h

index 56fc9754d7a3615751de4381d1ecb8ebb3be09a4..166fc6c5b63ad5d3d6773f75dd87e37b25e75be5 100644 (file)
@@ -22,8 +22,8 @@
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/DIBuilder.h"
 #include "llvm/DebugInfo.h"
+#include "llvm/IR/ValueHandle.h"
 #include "llvm/Support/Allocator.h"
-#include "llvm/Support/ValueHandle.h"
 
 namespace llvm {
   class MDNode;
index 3f652082fe28f427401ec802e707c889bd4a72f2..bbc4fae992822b1f44c8e65bca82e5601b90f38a 100644 (file)
@@ -31,8 +31,8 @@
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/SmallVector.h"
+#include "llvm/IR/ValueHandle.h"
 #include "llvm/Support/Debug.h"
-#include "llvm/Support/ValueHandle.h"
 
 namespace llvm {
   class BasicBlock;
index 9c20d8e605eacf94de9db0d1aacd08b3ee5f2f51..151cb33d67c088d7a13251376d82afa23fd864bc 100644 (file)
@@ -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 {