diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:47 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:30:47 +0000 |
commit | c468b648fdc5221f905734c253db7566f0bd7709 (patch) | |
tree | f4c9b9e24b674cb784a37609dd2aacf0f07294fa /llvm/lib/CodeGen/SlotIndexes.cpp | |
parent | bda7dd5c3174b8a4b6219a0d84fc428882c4b5a8 (diff) | |
download | bcm5719-llvm-c468b648fdc5221f905734c253db7566f0bd7709.tar.gz bcm5719-llvm-c468b648fdc5221f905734c253db7566f0bd7709.zip |
Remove redundant includes from lib/CodeGen.
llvm-svn: 320619
Diffstat (limited to 'llvm/lib/CodeGen/SlotIndexes.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SlotIndexes.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SlotIndexes.cpp b/llvm/lib/CodeGen/SlotIndexes.cpp index 184329a659c..ea74c777e1e 100644 --- a/llvm/lib/CodeGen/SlotIndexes.cpp +++ b/llvm/lib/CodeGen/SlotIndexes.cpp @@ -10,7 +10,6 @@ #include "llvm/CodeGen/SlotIndexes.h" #include "llvm/ADT/Statistic.h" #include "llvm/CodeGen/MachineFunction.h" -#include "llvm/CodeGen/TargetInstrInfo.h" #include "llvm/Support/Debug.h" #include "llvm/Support/raw_ostream.h" |