1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix intendation.

llvm-svn: 156589
This commit is contained in:
Chad Rosier 2012-05-10 23:38:07 +00:00
parent 5a51c567a1
commit 8107a3524e

View File

@ -34,7 +34,7 @@ namespace {
bool captured(Use *U) {
if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures)
return false;
return false;
Captured = true;
return true;