summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-09-23 11:48:57 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-09-23 11:48:57 +0000
commit43355aec61a2f676e180899b9c095c6bdce7cf97 (patch)
treece238000d43e192b4f5d58345b8f09c356d5460a /llvm/lib/ExecutionEngine
parent3e7a723fef50a12785d2b55705539046af15bc2c (diff)
downloadbcm5719-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.h2
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;
OpenPOWER on IntegriCloud