From: Chandler Carruth Date: Tue, 4 Mar 2014 11:18:19 +0000 (+0000) Subject: [Modules] Update to reflect ValueHandle moving to the IR library in LLVM X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcd563ef31c104c97c766e90c30e5e339c711762;p=clang [Modules] Update to reflect ValueHandle moving to the IR library in LLVM r202821. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202822 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index 56fc9754d7..166fc6c5b6 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -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; diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h index 3f652082fe..bbc4fae992 100644 --- a/lib/CodeGen/CodeGenFunction.h +++ b/lib/CodeGen/CodeGenFunction.h @@ -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; diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index 9c20d8e605..151cb33d67 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/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 {