summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2016-09-19 21:26:05 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2016-09-19 21:26:05 +0000
commit047e81d9f157b58e841ea65655924ef2da3f16b2 (patch)
treecc1c4e33a4180ee806115c0467eb2e7f734bfef0 /llvm/test/Bitcode
parent3beafffcca2eb6306ebf7b68b8069dda95f49492 (diff)
downloadbcm5719-llvm-047e81d9f157b58e841ea65655924ef2da3f16b2.tar.gz
bcm5719-llvm-047e81d9f157b58e841ea65655924ef2da3f16b2.zip
Misleading comments of SplitBlockAndInsertIfThenElse in BasicBlockUtils.h
The comments of SplitBlockAndInsertIfThenElse say the SplitBefore instruction will stay in the old block. But according to the implementation(split the block at SplitBefore by using splitBasicBlock), the SplitBefore will be moved to the new block. This patch fixes the comments. Patch by Zhe Yu Wu. llvm-svn: 281939
Diffstat (limited to 'llvm/test/Bitcode')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud