commit | 65553d45056e05be7cd2ad6f9476eca2b7e208cf | [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 | 35af6988fccd3e1b3dc9a33a0207de31973b3e86 | |
parent | 593c36c1c858880c063f3098b94c406005c525cb [diff] [blame] |
Match declaration to definition. llvm-svn: 75440
diff --git a/llvm/lib/CodeGen/Spiller.h b/llvm/lib/CodeGen/Spiller.h index 9c3900d..f339336 100644 --- a/llvm/lib/CodeGen/Spiller.h +++ b/llvm/lib/CodeGen/Spiller.h
@@ -14,7 +14,7 @@ namespace llvm { - class LiveInterval; + struct LiveInterval; class LiveIntervals; class LiveStacks; class MachineFunction;