diff options
| author | Dan Gohman <gohman@apple.com> | 2009-01-05 17:59:02 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-01-05 17:59:02 +0000 |
| commit | 906152a20f68a942f64a27bf31e5c5232b444e8f (patch) | |
| tree | d9a5b5a13544e6f9abdc20d28878386191a95d72 /llvm/lib/CodeGen/SimpleRegisterCoalescing.h | |
| parent | 1e03f7f19e08699e1c449e311133ae1748e1c489 (diff) | |
| download | bcm5719-llvm-906152a20f68a942f64a27bf31e5c5232b444e8f.tar.gz bcm5719-llvm-906152a20f68a942f64a27bf31e5c5232b444e8f.zip | |
Tidy up #includes, deleting a bunch of unnecessary #includes.
llvm-svn: 61715
Diffstat (limited to 'llvm/lib/CodeGen/SimpleRegisterCoalescing.h')
| -rw-r--r-- | llvm/lib/CodeGen/SimpleRegisterCoalescing.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SimpleRegisterCoalescing.h b/llvm/lib/CodeGen/SimpleRegisterCoalescing.h index abe392990d1..71a64a20385 100644 --- a/llvm/lib/CodeGen/SimpleRegisterCoalescing.h +++ b/llvm/lib/CodeGen/SimpleRegisterCoalescing.h @@ -15,11 +15,9 @@ #define LLVM_CODEGEN_SIMPLE_REGISTER_COALESCING_H #include "llvm/CodeGen/MachineFunctionPass.h" -#include "llvm/CodeGen/LiveInterval.h" #include "llvm/CodeGen/LiveIntervalAnalysis.h" #include "llvm/CodeGen/RegisterCoalescer.h" #include "llvm/ADT/BitVector.h" -#include "llvm/ADT/IndexedMap.h" #include <queue> namespace llvm { |

