summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-12 23:50:34 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-12 23:50:34 +0000
commit65553d45056e05be7cd2ad6f9476eca2b7e208cf (patch)
tree35af6988fccd3e1b3dc9a33a0207de31973b3e86 /llvm/lib/CodeGen
parent593c36c1c858880c063f3098b94c406005c525cb (diff)
downloadbcm5719-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.h2
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;
OpenPOWER on IntegriCloud