summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRForTarget.cpp
diff options
context:
space:
mode:
authorRichard Mitton <richard@codersnotes.com>2013-10-11 19:44:23 +0000
committerRichard Mitton <richard@codersnotes.com>2013-10-11 19:44:23 +0000
commit00dec20f7d8aed5cb2d136b22ccfc2f6702d9310 (patch)
tree83ff3802ee138696a4ed4434ca58e65b9c3a0a2c /lldb/source/Expression/IRForTarget.cpp
parent24906d96977761c59627ab9da9260a72980c579b (diff)
downloadbcm5719-llvm-00dec20f7d8aed5cb2d136b22ccfc2f6702d9310.tar.gz
bcm5719-llvm-00dec20f7d8aed5cb2d136b22ccfc2f6702d9310.zip
This reverts r192484, which I really shouldn't have checked in. Apologies.
llvm-svn: 192488
Diffstat (limited to 'lldb/source/Expression/IRForTarget.cpp')
-rw-r--r--lldb/source/Expression/IRForTarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Expression/IRForTarget.cpp b/lldb/source/Expression/IRForTarget.cpp
index 6f7258e5551..cac3fdf60df 100644
--- a/lldb/source/Expression/IRForTarget.cpp
+++ b/lldb/source/Expression/IRForTarget.cpp
@@ -467,7 +467,7 @@ IRForTarget::CreateResultVariable (llvm::Function &llvm_function)
if (log)
log->PutCString("Couldn't find result variable");
- return false;
+ return true;
}
if (log)
OpenPOWER on IntegriCloud