mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-10 12:32:21 +00:00
[LLVM Diagnostic Capabilities] Remove useless includes from
DiagnosticPrinter.cpp. These was creating a link time dependencies of IR on CodeGen and Analysis. Part of <rdar://problem/15515174> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197447 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
83fdac1248
commit
a6380c22e4
@ -12,8 +12,6 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/ADT/Twine.h"
|
||||
#include "llvm/Analysis/ScalarEvolution.h"
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/IR/Value.h"
|
||||
#include "llvm/Support/DiagnosticPrinter.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user