projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2041f1
)
In which I learn how to forward declare template classes.
author
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Mon, 25 Oct 2010 17:27:30 +0000
(17:27 +0000)
committer
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Mon, 25 Oct 2010 17:27:30 +0000
(17:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117272
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/Spiller.h
patch
|
blob
|
history
diff --git
a/lib/CodeGen/Spiller.h
b/lib/CodeGen/Spiller.h
index 59bc0ec6ae70f2c01b15d43457f3eb64af36771f..b0a5c4126683b1ba45a717f673f4b17d925bddaf 100644
(file)
--- a/
lib/CodeGen/Spiller.h
+++ b/
lib/CodeGen/Spiller.h
@@
-10,14
+10,13
@@
#ifndef LLVM_CODEGEN_SPILLER_H
#define LLVM_CODEGEN_SPILLER_H
-#include "llvm/ADT/SmallVector.h"
-
namespace llvm {
class LiveInterval;
class MachineFunction;
class MachineFunctionPass;
class SlotIndex;
+ template <typename T> class SmallVectorImpl;
class VirtRegMap;
/// Spiller interface.