diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-09-23 11:48:57 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-09-23 11:48:57 +0000 |
commit | 43355aec61a2f676e180899b9c095c6bdce7cf97 (patch) | |
tree | ce238000d43e192b4f5d58345b8f09c356d5460a /llvm/lib/ExecutionEngine | |
parent | 3e7a723fef50a12785d2b55705539046af15bc2c (diff) | |
download | bcm5719-llvm-43355aec61a2f676e180899b9c095c6bdce7cf97.tar.gz bcm5719-llvm-43355aec61a2f676e180899b9c095c6bdce7cf97.zip |
Fix a struct/class mismatch.
llvm-svn: 82622
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r-- | llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.h b/llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.h index 832580daa0a..dce506bbfef 100644 --- a/llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.h +++ b/llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.h @@ -48,7 +48,7 @@ extern "C" { namespace llvm { -struct ELFSection; +class ELFSection; class Function; class TargetMachine; |