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/MachineCombiner.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/MachineCombiner.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineCombiner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineCombiner.cpp b/llvm/lib/CodeGen/MachineCombiner.cpp index 26bee98c9aa..4f40fde6918 100644 --- a/llvm/lib/CodeGen/MachineCombiner.cpp +++ b/llvm/lib/CodeGen/MachineCombiner.cpp @@ -16,7 +16,6 @@ #include "llvm/CodeGen/MachineDominators.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineFunctionPass.h" -#include "llvm/CodeGen/MachineInstrBuilder.h" #include "llvm/CodeGen/MachineLoopInfo.h" #include "llvm/CodeGen/MachineRegisterInfo.h" #include "llvm/CodeGen/MachineTraceMetrics.h" |