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/ExecutionEngine | |
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/ExecutionEngine')
-rw-r--r-- | llvm/lib/ExecutionEngine/JIT/JIT.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.h b/llvm/lib/ExecutionEngine/JIT/JIT.h index c992509b086..1ad54f37807 100644 --- a/llvm/lib/ExecutionEngine/JIT/JIT.h +++ b/llvm/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; |