1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Forward decls.

llvm-svn: 72114
This commit is contained in:
Bill Wendling 2009-05-19 17:52:31 +00:00
parent 5bc220b4eb
commit 59276ca9d4

View File

@ -14,6 +14,9 @@
namespace llvm {
struct LiveInterval;
class LiveIntervals;
class MachineFunction;
class VirtRegMap;
/// Spiller interface.
///