Fix intendation.

llvm-svn: 156589
This commit is contained in:
Chad Rosier 2012-05-10 23:38:07 +00:00
parent 7200ed1b94
commit 8244b1dc7e
1 changed files with 1 additions and 1 deletions

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;