diff options
author | Chris Lattner <sabre@nondot.org> | 2005-11-16 07:21:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-11-16 07:21:47 +0000 |
commit | 168fe79229234cfb6aa7936bb4745c3aaba07e26 (patch) | |
tree | 540b092abe10c456149c1005c47dbe91e9c35483 /llvm/lib/Debugger | |
parent | 672f1bac594ba1cebe85c0da9bc034f44de4ebf2 (diff) | |
download | bcm5719-llvm-168fe79229234cfb6aa7936bb4745c3aaba07e26.tar.gz bcm5719-llvm-168fe79229234cfb6aa7936bb4745c3aaba07e26.zip |
tell selectiondag when we're debugging
llvm-svn: 24376
Diffstat (limited to 'llvm/lib/Debugger')
-rw-r--r-- | llvm/lib/Debugger/UnixLocalInferiorProcess.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp b/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp index 6758e2de9d4..ef9a0a921f2 100644 --- a/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp +++ b/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp @@ -861,6 +861,7 @@ namespace { /// lowering class that revectors debugging intrinsics to call actual /// functions (defined above), instead of being turned into noops. struct DebuggerIntrinsicLowering : public DefaultIntrinsicLowering { + DebuggerIntrinsicLowering() { ShouldEmitDebugFunctions = true; } virtual void LowerIntrinsicCall(CallInst *CI) { Module *M = CI->getParent()->getParent()->getParent(); switch (CI->getCalledFunction()->getIntrinsicID()) { |