diff options
-rw-r--r-- | llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp b/llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp index 2a29c08a655..ce1c83d29aa 100644 --- a/llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp +++ b/llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp @@ -144,7 +144,7 @@ static void recordCondition(CallSite CS, BasicBlock *From, BasicBlock *To, } /// Record ICmp conditions relevant to any argument in CS following Pred's -/// single successors. If there are conflicting conditions along a path, like +/// single predecessors. If there are conflicting conditions along a path, like /// x == 1 and x == 0, the first condition will be used. static void recordConditions(CallSite CS, BasicBlock *Pred, ConditionsTy &Conditions) { |