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 | 238dcb7f78f7cd0950e6eca3a23aa53f4eadb1e7 (patch) | |
tree | 4ee06d7e75159efe0388799da1df5c27595aca84 /lib | |
parent | 906df5b62312d57f67c8ed99d0fc5833c3498323 (diff) | |
download | external_llvm-238dcb7f78f7cd0950e6eca3a23aa53f4eadb1e7.zip external_llvm-238dcb7f78f7cd0950e6eca3a23aa53f4eadb1e7.tar.gz external_llvm-238dcb7f78f7cd0950e6eca3a23aa53f4eadb1e7.tar.bz2 |
Match declaration to definition.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/Spiller.h | 2 | ||||
-rw-r--r-- | lib/ExecutionEngine/JIT/JIT.h | 2 |
2 files changed, 2 insertions, 2 deletions
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; diff --git a/lib/ExecutionEngine/JIT/JIT.h b/lib/ExecutionEngine/JIT/JIT.h index c992509..1ad54f3 100644 --- a/lib/ExecutionEngine/JIT/JIT.h +++ b/lib/ExecutionEngine/JIT/JIT.h @@ -20,7 +20,7 @@ namespace llvm { class Function; -class JITEvent_EmittedFunctionDetails; +struct JITEvent_EmittedFunctionDetails; class MachineCodeEmitter; class MachineCodeInfo; class TargetJITInfo; |