mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-28 17:23:27 +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:
@@ -10,14 +10,13 @@
|
|||||||
#ifndef LLVM_CODEGEN_SPILLER_H
|
#ifndef LLVM_CODEGEN_SPILLER_H
|
||||||
#define LLVM_CODEGEN_SPILLER_H
|
#define LLVM_CODEGEN_SPILLER_H
|
||||||
|
|
||||||
#include "llvm/ADT/SmallVector.h"
|
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
class LiveInterval;
|
class LiveInterval;
|
||||||
class MachineFunction;
|
class MachineFunction;
|
||||||
class MachineFunctionPass;
|
class MachineFunctionPass;
|
||||||
class SlotIndex;
|
class SlotIndex;
|
||||||
|
template <typename T> class SmallVectorImpl;
|
||||||
class VirtRegMap;
|
class VirtRegMap;
|
||||||
|
|
||||||
/// Spiller interface.
|
/// Spiller interface.
|
||||||
|
|||||||
Reference in New Issue
Block a user