diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-10-25 06:57:41 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-10-25 06:57:41 +0000 |
commit | f5a86f45e75ec744c203270ffa03659eb0a220c1 (patch) | |
tree | e95741631964036587f227408038ca2360ba428d /lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp | |
parent | 6726b6d75a8b679068a58cb954ba97cf9d1690ba (diff) | |
download | external_llvm-f5a86f45e75ec744c203270ffa03659eb0a220c1.zip external_llvm-f5a86f45e75ec744c203270ffa03659eb0a220c1.tar.gz external_llvm-f5a86f45e75ec744c203270ffa03659eb0a220c1.tar.bz2 |
Remove includes of Support/Compiler.h that are no longer needed after the
VISIBILITY_HIDDEN removal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp index 701421d..4045a34 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp @@ -19,7 +19,6 @@ #include "llvm/Target/TargetData.h" #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Support/Debug.h" -#include "llvm/Support/Compiler.h" #include "llvm/ADT/SmallSet.h" #include "llvm/ADT/Statistic.h" #include "llvm/ADT/STLExtras.h" |