From deb052a3dd0227579f86d74b3c1d70384ea5c16b Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 12 Jul 2009 23:50:34 +0000 Subject: Match declaration to definition. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75440 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/Spiller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen/Spiller.h') diff --git a/lib/CodeGen/Spiller.h b/lib/CodeGen/Spiller.h index 9c3900df0b..f339336f61 100644 --- a/lib/CodeGen/Spiller.h +++ b/lib/CodeGen/Spiller.h @@ -14,7 +14,7 @@ namespace llvm { - class LiveInterval; + struct LiveInterval; class LiveIntervals; class LiveStacks; class MachineFunction; -- cgit v1.2.3