[CallSiteSplit] Fix comment. NFC
authorXin Tong <trent.xin.tong@gmail.com>
Fri, 13 Apr 2018 04:35:38 +0000 (04:35 +0000)
committerXin Tong <trent.xin.tong@gmail.com>
Fri, 13 Apr 2018 04:35:38 +0000 (04:35 +0000)
llvm-svn: 329987

llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp

index 2a29c08..ce1c83d 100644 (file)
@@ -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) {