From 00dec20f7d8aed5cb2d136b22ccfc2f6702d9310 Mon Sep 17 00:00:00 2001 From: Richard Mitton Date: Fri, 11 Oct 2013 19:44:23 +0000 Subject: [PATCH] This reverts r192484, which I really shouldn't have checked in. Apologies. llvm-svn: 192488 --- lldb/source/Expression/IRForTarget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/Expression/IRForTarget.cpp b/lldb/source/Expression/IRForTarget.cpp index 6f7258e5551f..cac3fdf60dfa 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)