[Layering] Update include of DebugInfo.h which moved to the IR library

in LLVM r203046.

llvm-svn: 203047
This commit is contained in:
Chandler Carruth 2014-03-06 00:46:56 +00:00
parent 9a4c9e597b
commit 0654bacac3
1 changed files with 1 additions and 1 deletions

View 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"