This reverts r192484, which I really shouldn't have checked in. Apologies.

llvm-svn: 192488
diff --git a/lldb/source/Expression/IRForTarget.cpp b/lldb/source/Expression/IRForTarget.cpp
index 6f7258e..cac3fdf 100644
--- a/lldb/source/Expression/IRForTarget.cpp
+++ b/lldb/source/Expression/IRForTarget.cpp
@@ -467,7 +467,7 @@
         if (log)
             log->PutCString("Couldn't find result variable");
         
-        return false;
+        return true;
     }
     
     if (log)