From 7bd19af7c38f4d37c2737ca4d22e5242fd7a13a4 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 23 Sep 2009 11:48:57 +0000 Subject: [PATCH] Fix a struct/class mismatch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82622 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/ExecutionEngine/JIT/JITDebugRegisterer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ExecutionEngine/JIT/JITDebugRegisterer.h b/lib/ExecutionEngine/JIT/JITDebugRegisterer.h index 832580daa0a..dce506bbfef 100644 --- a/lib/ExecutionEngine/JIT/JITDebugRegisterer.h +++ b/lib/ExecutionEngine/JIT/JITDebugRegisterer.h @@ -48,7 +48,7 @@ extern "C" { namespace llvm { -struct ELFSection; +class ELFSection; class Function; class TargetMachine; -- 2.34.1