projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcad796
)
Fix intendation.
author
Chad Rosier
<mcrosier@apple.com>
Thu, 10 May 2012 23:38:07 +0000
(23:38 +0000)
committer
Chad Rosier
<mcrosier@apple.com>
Thu, 10 May 2012 23:38:07 +0000
(23:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156589
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/CaptureTracking.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/CaptureTracking.cpp
b/lib/Analysis/CaptureTracking.cpp
index dd33eeb1b376a044c3cd246bcedca1bc3b636332..974b906b34ec9ad1c6c54c8906e87f36159ddade 100644
(file)
--- a/
lib/Analysis/CaptureTracking.cpp
+++ b/
lib/Analysis/CaptureTracking.cpp
@@
-34,7
+34,7
@@
namespace {
bool captured(Use *U) {
if (isa<ReturnInst>(U->getUser()) && !ReturnCaptures)
- return false;
+
return false;
Captured = true;
return true;