summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-db/CLIDebugger.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-08-04 22:41:48 +0000
committerOwen Anderson <resistor@mac.com>2009-08-04 22:41:48 +0000
commitafd0c4cd567cadc50d8089278ce95c7909e0902f (patch)
tree0ca3612b6ab6d41a34cace90d589ff77aaf4ec96 /llvm/tools/llvm-db/CLIDebugger.h
parente922c77ddd586ab59e3a329be0cb6f6e97824217 (diff)
downloadbcm5719-llvm-afd0c4cd567cadc50d8089278ce95c7909e0902f.tar.gz
bcm5719-llvm-afd0c4cd567cadc50d8089278ce95c7909e0902f.zip
Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h
not hideous. Also, fix some MSVC compile errors. llvm-svn: 78115
Diffstat (limited to 'llvm/tools/llvm-db/CLIDebugger.h')
-rw-r--r--llvm/tools/llvm-db/CLIDebugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-db/CLIDebugger.h b/llvm/tools/llvm-db/CLIDebugger.h
index 0595b3debad..349c5e69a36 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;
- class LLVMContext;
+ struct LLVMContext;
/// CLIDebugger - This class implements the command line interface for the
/// LLVM debugger.
OpenPOWER on IntegriCloud