[SimplifyCFG] Update comments that refer to CondBB to say ThenBB instead. NFC
authorCraig Topper <craig.topper@intel.com>
Mon, 1 Oct 2018 22:56:11 +0000 (22:56 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 1 Oct 2018 22:56:11 +0000 (22:56 +0000)
commit90c0a0621ccc9ee19ccc6e283982a5ef8270fe58
treeabbda4c4fd00346625ee472428942f1da22b504e
parenta67765ac8dfe8848be61c34b4192ee378b8afc72
[SimplifyCFG] Update comments that refer to CondBB to say ThenBB instead. NFC

There is no variable in this function named CondBB, but there is one named ThenBB and I believe the comments are all refering to it.

llvm-svn: 343548
llvm/lib/Transforms/Utils/SimplifyCFG.cpp