diff options
Diffstat (limited to 'include/llvm/Analysis/ValueTracking.h')
| -rw-r--r-- | include/llvm/Analysis/ValueTracking.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/ValueTracking.h b/include/llvm/Analysis/ValueTracking.h index e6a219a8045b8..c1a91a8e5981c 100644 --- a/include/llvm/Analysis/ValueTracking.h +++ b/include/llvm/Analysis/ValueTracking.h @@ -464,7 +464,7 @@ class Value;    /// This is equivelent to saying that all instructions within the basic block    /// are guaranteed to transfer execution to their successor within the basic    /// block. This has the same assumptions w.r.t. undefined behavior as the -  /// instruction variant of this function.  +  /// instruction variant of this function.    bool isGuaranteedToTransferExecutionToSuccessor(const BasicBlock *BB);    /// Return true if this function can prove that the instruction I  | 
