]> granicus.if.org Git - clang/commitdiff
Update the #include to find the DebugInfo.h in the correct place
authorBill Wendling <isanbard@gmail.com>
Thu, 28 Jun 2012 00:30:19 +0000 (00:30 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 28 Jun 2012 00:30:19 +0000 (00:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159315 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.h

index ec7705c05447aa65d4286684c3dafd765b6cac54..af0b5cb90836533c48519c7f67fe0b82cf8460b8 100644 (file)
@@ -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"