aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/VirtRegRewriter.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-04-06 17:19:55 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-04-06 17:19:55 +0000
commit98116f99b6bd766d98a650594d355dedc593d4d4 (patch)
tree00fe4dd1e6cceb6b804a405672a0db7d880bede5 /lib/CodeGen/VirtRegRewriter.h
parent983327b3516faac156d7a7ce26a80e24685221f4 (diff)
downloadexternal_llvm-98116f99b6bd766d98a650594d355dedc593d4d4.tar.gz
external_llvm-98116f99b6bd766d98a650594d355dedc593d4d4.tar.bz2
external_llvm-98116f99b6bd766d98a650594d355dedc593d4d4.zip
Code clean up. Move includes from VirtRegRewriter.h to VirtRegRewriter.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100532 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/VirtRegRewriter.h')
-rw-r--r--lib/CodeGen/VirtRegRewriter.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/CodeGen/VirtRegRewriter.h b/lib/CodeGen/VirtRegRewriter.h
index 44f9df659c..93474e0d7f 100644
--- a/lib/CodeGen/VirtRegRewriter.h
+++ b/lib/CodeGen/VirtRegRewriter.h
@@ -10,11 +10,10 @@
#ifndef LLVM_CODEGEN_VIRTREGREWRITER_H
#define LLVM_CODEGEN_VIRTREGREWRITER_H
-#include "llvm/CodeGen/LiveIntervalAnalysis.h"
-#include "llvm/CodeGen/MachineFunction.h"
-#include "VirtRegMap.h"
-
namespace llvm {
+ class LiveIntervals;
+ class MachineFunction;
+ class VirtRegMap;
/// VirtRegRewriter interface: Implementations of this interface assign
/// spilled virtual registers to stack slots, rewriting the code.