summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/VirtRegRewriter.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-23 11:37:21 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-23 11:37:21 +0000
commitcfa6ec92e61a1ab040c2b79db5de3a39df732ff6 (patch)
tree3b2d0a185a206d9340c40ca55c8d65386ae7e07b /lib/CodeGen/VirtRegRewriter.h
parent895ae9b30d4b652a41a0d0b8882d3a0fc4cadc13 (diff)
downloadexternal_llvm-cfa6ec92e61a1ab040c2b79db5de3a39df732ff6.zip
external_llvm-cfa6ec92e61a1ab040c2b79db5de3a39df732ff6.tar.gz
external_llvm-cfa6ec92e61a1ab040c2b79db5de3a39df732ff6.tar.bz2
Kill off more cerr/cout uses and prune includes a bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79852 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/VirtRegRewriter.h')
-rw-r--r--lib/CodeGen/VirtRegRewriter.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/CodeGen/VirtRegRewriter.h b/lib/CodeGen/VirtRegRewriter.h
index f9d7fbb..44f9df6 100644
--- a/lib/CodeGen/VirtRegRewriter.h
+++ b/lib/CodeGen/VirtRegRewriter.h
@@ -10,27 +10,9 @@
#ifndef LLVM_CODEGEN_VIRTREGREWRITER_H
#define LLVM_CODEGEN_VIRTREGREWRITER_H
-#include "llvm/Target/TargetRegisterInfo.h"
-#include "llvm/ADT/BitVector.h"
-#include "llvm/ADT/IndexedMap.h"
-#include "llvm/ADT/SmallPtrSet.h"
-#include "llvm/ADT/SmallVector.h"
-#include "llvm/Support/Streams.h"
-#include "llvm/Function.h"
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
-#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
-#include "llvm/CodeGen/MachineInstrBuilder.h"
-#include "llvm/CodeGen/MachineRegisterInfo.h"
-#include "llvm/Target/TargetMachine.h"
-#include "llvm/Target/TargetInstrInfo.h"
-#include "llvm/Support/CommandLine.h"
-#include "llvm/Support/Debug.h"
-#include "llvm/ADT/BitVector.h"
-#include "llvm/ADT/DenseMap.h"
-#include "llvm/ADT/SmallSet.h"
#include "VirtRegMap.h"
-#include <map>
namespace llvm {