diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-07-12 23:50:34 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-12 23:50:34 +0000 |
| commit | 65553d45056e05be7cd2ad6f9476eca2b7e208cf (patch) | |
| tree | 35af6988fccd3e1b3dc9a33a0207de31973b3e86 /llvm/lib/CodeGen | |
| parent | 593c36c1c858880c063f3098b94c406005c525cb (diff) | |
| download | bcm5719-llvm-65553d45056e05be7cd2ad6f9476eca2b7e208cf.tar.gz bcm5719-llvm-65553d45056e05be7cd2ad6f9476eca2b7e208cf.zip | |
Match declaration to definition.
llvm-svn: 75440
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/Spiller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Spiller.h b/llvm/lib/CodeGen/Spiller.h index 9c3900df0b5..f339336f61c 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; |

