diff options
author | Lang Hames <lhames@gmail.com> | 2011-12-21 20:12:54 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2011-12-21 20:12:54 +0000 |
commit | 93176d72e7116824c238009815211eb84daf196d (patch) | |
tree | a54baa55246690f02235639f043f614310b22b5a /llvm/lib/CodeGen/LiveIntervalUnion.h | |
parent | f61ff3425228978f465d275295a8b4be365d3526 (diff) | |
download | bcm5719-llvm-93176d72e7116824c238009815211eb84daf196d.tar.gz bcm5719-llvm-93176d72e7116824c238009815211eb84daf196d.zip |
Remove disused STL header include.
llvm-svn: 147088
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalUnion.h')
-rw-r--r-- | llvm/lib/CodeGen/LiveIntervalUnion.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalUnion.h b/llvm/lib/CodeGen/LiveIntervalUnion.h index 5d64d285f39..dbf5ac122d5 100644 --- a/llvm/lib/CodeGen/LiveIntervalUnion.h +++ b/llvm/lib/CodeGen/LiveIntervalUnion.h @@ -20,8 +20,6 @@ #include "llvm/ADT/IntervalMap.h" #include "llvm/CodeGen/LiveInterval.h" -#include <algorithm> - namespace llvm { class MachineLoopRange; |