diff options
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/bugpoint/BugDriver.h | 2 | ||||
-rw-r--r-- | llvm/tools/llvm-db/CLIDebugger.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/bugpoint/BugDriver.h b/llvm/tools/bugpoint/BugDriver.h index 5f4a1300a04..db35c851d9a 100644 --- a/llvm/tools/bugpoint/BugDriver.h +++ b/llvm/tools/bugpoint/BugDriver.h @@ -30,7 +30,7 @@ class Function; class BasicBlock; class AbstractInterpreter; class Instruction; -struct LLVMContext; +class LLVMContext; class DebugCrashes; diff --git a/llvm/tools/llvm-db/CLIDebugger.h b/llvm/tools/llvm-db/CLIDebugger.h index 349c5e69a36..0595b3debad 100644 --- a/llvm/tools/llvm-db/CLIDebugger.h +++ b/llvm/tools/llvm-db/CLIDebugger.h @@ -24,7 +24,7 @@ namespace llvm { struct SourceLanguage; class ProgramInfo; class RuntimeInfo; - struct LLVMContext; + class LLVMContext; /// CLIDebugger - This class implements the command line interface for the /// LLVM debugger. |