[cfe-commits] r159315 - /cfe/trunk/lib/CodeGen/CGDebugInfo.h

Bill Wendling isanbard at gmail.com
Wed Jun 27 17:30:19 PDT 2012


Author: void
Date: Wed Jun 27 19:30:19 2012
New Revision: 159315

URL: http://llvm.org/viewvc/llvm-project?rev=159315&view=rev
Log:
Update the #include to find the DebugInfo.h in the correct place

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.h

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.h?rev=159315&r1=159314&r2=159315&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.h (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.h Wed Jun 27 19:30:19 2012
@@ -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"





More information about the cfe-commits mailing list