summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-07-18 11:47:56 +0000
committerDouglas Gregor <dgregor@apple.com>2010-07-18 11:47:56 +0000
commit8ff89f5c025acd9e7ed2fed43ceadeaaf0951768 (patch)
tree8849421cd53d52c2fd9a9ed0894d29a685d8b85f /llvm/lib/CodeGen
parent3efffd05d5b18ff7d4383591250cd816e0e8d962 (diff)
downloadbcm5719-llvm-8ff89f5c025acd9e7ed2fed43ceadeaaf0951768.tar.gz
bcm5719-llvm-8ff89f5c025acd9e7ed2fed43ceadeaaf0951768.zip
Fix struct/class mismatch
llvm-svn: 108642
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/Splitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Splitter.h b/llvm/lib/CodeGen/Splitter.h
index f253ee77bf8..2b0645dfdcd 100644
--- a/llvm/lib/CodeGen/Splitter.h
+++ b/llvm/lib/CodeGen/Splitter.h
@@ -23,7 +23,7 @@ namespace llvm {
class LiveInterval;
class LiveIntervals;
- class LiveRange;
+ struct LiveRange;
class LoopSplit;
class MachineDominatorTree;
class MachineRegisterInfo;
OpenPOWER on IntegriCloud