[Layering] Move DebugInfo.h into the IR library where its implementation

already lives.

llvm-svn: 203046
This commit is contained in:
Chandler Carruth
2014-03-06 00:46:21 +00:00
parent 7f908e8ef4
commit 9a4c9e597b
56 changed files with 58 additions and 58 deletions

View File

@@ -17,7 +17,7 @@
#include "llvm/Analysis/Passes.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/DebugInfo.h"
#include "llvm/IR/DebugInfo.h"
#include "llvm/IR/Function.h"
#include "llvm/Pass.h"
#include "llvm/Support/ErrorHandling.h"