diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-06-29 08:32:29 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-06-29 08:32:29 +0000 |
commit | 7b7c973263678f04169bf54d25051ee2b4548bdf (patch) | |
tree | 65a3ff079d34035c2fcfb7565cc09ee918913492 /lib/CodeGen | |
parent | 16d0078d2a4b1024cbeca8e1ebe7c0ed45554f11 (diff) |
Update based on move of DIBuilder.h to include/llvm.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159415 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h index af0b5cb908..616b703822 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -18,8 +18,8 @@ #include "clang/AST/Expr.h" #include "clang/Basic/SourceLocation.h" #include "llvm/DebugInfo.h" +#include "llvm/DIBuilder.h" #include "llvm/ADT/DenseMap.h" -#include "llvm/Analysis/DIBuilder.h" #include "llvm/Support/ValueHandle.h" #include "llvm/Support/Allocator.h" |