diff options
author | Richard Mitton <richard@codersnotes.com> | 2013-10-11 19:44:23 +0000 |
---|---|---|
committer | Richard Mitton <richard@codersnotes.com> | 2013-10-11 19:44:23 +0000 |
commit | 00dec20f7d8aed5cb2d136b22ccfc2f6702d9310 (patch) | |
tree | 83ff3802ee138696a4ed4434ca58e65b9c3a0a2c /lldb/source/Expression/IRForTarget.cpp | |
parent | 24906d96977761c59627ab9da9260a72980c579b (diff) | |
download | bcm5719-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.cpp | 2 |
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) |