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

llvm-svn: 192488
This commit is contained in:
Richard Mitton
2013-10-11 19:44:23 +00:00
parent 24906d9697
commit 00dec20f7d

View File

@@ -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)