summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/CaptureTracking.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-13 05:50:08 +0000
committerEric Christopher <echristo@apple.com>2010-07-13 05:50:08 +0000
commit0764e39a921ae424e2ac8c7ba114b67040eba8f6 (patch)
tree9644e78ee6bee83bebd8f30cbe7d2e5179349d58 /include/llvm/Analysis/CaptureTracking.h
parent6dce00ced45b5bd1b7f34fe6f2d70c50fc090664 (diff)
downloadllvm-0764e39a921ae424e2ac8c7ba114b67040eba8f6.tar.gz
llvm-0764e39a921ae424e2ac8c7ba114b67040eba8f6.tar.bz2
llvm-0764e39a921ae424e2ac8c7ba114b67040eba8f6.tar.xz
80-columns
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108228 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/CaptureTracking.h')
-rw-r--r--include/llvm/Analysis/CaptureTracking.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Analysis/CaptureTracking.h b/include/llvm/Analysis/CaptureTracking.h
index 493ecf5171..b3390f47d2 100644
--- a/include/llvm/Analysis/CaptureTracking.h
+++ b/include/llvm/Analysis/CaptureTracking.h
@@ -21,9 +21,9 @@ namespace llvm {
/// by the enclosing function (which is required to exist). This routine can
/// be expensive, so consider caching the results. The boolean ReturnCaptures
/// specifies whether returning the value (or part of it) from the function
- /// counts as capturing it or not. The boolean StoreCaptures specified whether
- /// storing the value (or part of it) into memory anywhere automatically
- /// counts as capturing it or not.
+ /// counts as capturing it or not. The boolean StoreCaptures specified
+ /// whether storing the value (or part of it) into memory anywhere
+ /// automatically counts as capturing it or not.
bool PointerMayBeCaptured(const Value *V,
bool ReturnCaptures,
bool StoreCaptures);