mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-29 16:12:44 +00:00
Fix intendation.
llvm-svn: 156589
This commit is contained in:
parent
5a51c567a1
commit
8107a3524e
@ -34,7 +34,7 @@ namespace {
|
||||
|
||||
bool captured(Use *U) {
|
||||
if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures)
|
||||
return false;
|
||||
return false;
|
||||
|
||||
Captured = true;
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user