mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-05 10:08:03 +00:00
In which I learn how to forward declare template classes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117272 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a2041f1807
commit
d3b4895414
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user