diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-06-28 00:30:19 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-06-28 00:30:19 +0000 |
commit | 2a5d644bcf8a49de392ed888fa0351c6db9175c5 (patch) | |
tree | 3cbf74dc6588fe32f875e4da99e791f83b1bc7d4 | |
parent | f199b9cd4af562029a3c7b82c4672819b2c39e70 (diff) |
Update the #include to find the DebugInfo.h in the correct place
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159315 91177308-0d34-0410-b5e6-96231b3b80d8
-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 ec7705c054..af0b5cb908 100644 --- a/lib/CodeGen/CGDebugInfo.h +++ b/lib/CodeGen/CGDebugInfo.h @@ -17,8 +17,8 @@ #include "clang/AST/Type.h" #include "clang/AST/Expr.h" #include "clang/Basic/SourceLocation.h" +#include "llvm/DebugInfo.h" #include "llvm/ADT/DenseMap.h" -#include "llvm/Analysis/DebugInfo.h" #include "llvm/Analysis/DIBuilder.h" #include "llvm/Support/ValueHandle.h" #include "llvm/Support/Allocator.h" |