diff options
| author | Chad Rosier <mcrosier@apple.com> | 2012-05-10 23:38:07 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2012-05-10 23:38:07 +0000 |
| commit | 8244b1dc7e0ed6dcc5fe6192408e48985cbffe7c (patch) | |
| tree | 0b69947750c49b447f00cce865233bb8a7b47251 /llvm/lib/Analysis | |
| parent | 7200ed1b941fc67db2c7af7a1277d95114061846 (diff) | |
| download | bcm5719-llvm-8244b1dc7e0ed6dcc5fe6192408e48985cbffe7c.tar.gz bcm5719-llvm-8244b1dc7e0ed6dcc5fe6192408e48985cbffe7c.zip | |
Fix intendation.
llvm-svn: 156589
Diffstat (limited to 'llvm/lib/Analysis')
| -rw-r--r-- | llvm/lib/Analysis/CaptureTracking.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/CaptureTracking.cpp b/llvm/lib/Analysis/CaptureTracking.cpp index dd33eeb1b37..974b906b34e 100644 --- a/llvm/lib/Analysis/CaptureTracking.cpp +++ b/llvm/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; |

