forked from OSchip/llvm-project
Fixed bad return code, which would cause invalid expressions to silently fail.
llvm-svn: 192484
This commit is contained in:
parent
8a37f63714
commit
b5637b62f2
|
@ -467,7 +467,7 @@ IRForTarget::CreateResultVariable (llvm::Function &llvm_function)
|
|||
if (log)
|
||||
log->PutCString("Couldn't find result variable");
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
if (log)
|
||||
|
|
Loading…
Reference in New Issue