aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-db/CLIDebugger.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-01 23:13:44 +0000
committerOwen Anderson <resistor@mac.com>2009-07-01 23:13:44 +0000
commit92adb18f63b3e007acf7cde59318c595ed9d3d40 (patch)
treedc0e25b2f2b2706339e64e4f654d2a442ab97018 /tools/llvm-db/CLIDebugger.cpp
parent886d79aeac2c0edcdd13a5e83c0a806630a375fc (diff)
downloadexternal_llvm-92adb18f63b3e007acf7cde59318c595ed9d3d40.zip
external_llvm-92adb18f63b3e007acf7cde59318c595ed9d3d40.tar.gz
external_llvm-92adb18f63b3e007acf7cde59318c595ed9d3d40.tar.bz2
Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the
moment, that I will need to make far-reaching changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74655 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-db/CLIDebugger.cpp')
-rw-r--r--tools/llvm-db/CLIDebugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-db/CLIDebugger.cpp b/tools/llvm-db/CLIDebugger.cpp
index 3caa2e6..31476f7 100644
--- a/tools/llvm-db/CLIDebugger.cpp
+++ b/tools/llvm-db/CLIDebugger.cpp
@@ -22,7 +22,7 @@ using namespace llvm;
/// CLIDebugger constructor - This initializes the debugger to its default
/// state, and initializes the command table.
///
-CLIDebugger::CLIDebugger(const LLVMContext& ctxt)
+CLIDebugger::CLIDebugger(LLVMContext& ctxt)
: Context(ctxt), TheProgramInfo(0), TheRuntimeInfo(0),
Prompt("(llvm-db) "), ListSize(10) {
// Initialize instance variables