]> granicus.if.org Git - clang/commitdiff
[Layering] Update include of DebugInfo.h which moved to the IR library
authorChandler Carruth <chandlerc@gmail.com>
Thu, 6 Mar 2014 00:46:56 +0000 (00:46 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 6 Mar 2014 00:46:56 +0000 (00:46 +0000)
in LLVM r203046.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203047 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.h

index d544bd34072fd5a3c4f3e8dd35ed7cd36e419c3a..228a61c45bb023935fc2e58c3703754a9fc1ff1f 100644 (file)
@@ -20,8 +20,8 @@
 #include "clang/Basic/SourceLocation.h"
 #include "clang/Frontend/CodeGenOptions.h"
 #include "llvm/ADT/DenseMap.h"
-#include "llvm/DebugInfo.h"
 #include "llvm/IR/DIBuilder.h"
+#include "llvm/IR/DebugInfo.h"
 #include "llvm/IR/ValueHandle.h"
 #include "llvm/Support/Allocator.h"