commit | deb052a3dd0227579f86d74b3c1d70384ea5c16b | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Sun Jul 12 23:50:34 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Sun Jul 12 23:50:34 2009 +0000 |
tree | 4ee06d7e75159efe0388799da1df5c27595aca84 | |
parent | 460d16e126c4c7223926f5066567398ee2236651 [diff] [blame] |
Match declaration to definition. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75440 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/Spiller.h b/lib/CodeGen/Spiller.h index 9c3900d..f339336 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;