Skip to content

Commit

Permalink
Update comments. NFCI
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296298 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
trentxintong committed Feb 26, 2017
1 parent e5e8f2a commit e76fd06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Transforms/Scalar/JumpThreading.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1901,10 +1901,10 @@ bool JumpThreadingPass::DuplicateCondBranchOnPHIIntoPred(
/// TryToUnfoldSelect - Look for blocks of the form
/// bb1:
/// %a = select
/// br bb
/// br bb2
///
/// bb2:
/// %p = phi [%a, %bb] ...
/// %p = phi [%a, %bb1] ...
/// %c = icmp %p
/// br i1 %c
///
Expand Down

0 comments on commit e76fd06

Please sign in to comment.