[PATCH] D19955: [MBB] Let MachineBasicBlock::updateTerminator() return if it updates the terminator or not. NFC.
Haicheng Wu via llvm-commits
llvm-commits at lists.llvm.org
Wed May 4 20:51:41 PDT 2016
haicheng created this revision.
haicheng added reviewers: mcrosier, gberry, mssimpso.
haicheng added subscribers: hfinkel, iteratee, llvm-commits.
haicheng set the repository for this revision to rL LLVM.
Herald added a subscriber: mcrosier.
Change all the return statements to return true/false.
Repository:
rL LLVM
http://reviews.llvm.org/D19955
Files:
include/llvm/CodeGen/MachineBasicBlock.h
lib/CodeGen/MachineBasicBlock.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19955.56238.patch
Type: text/x-patch
Size: 4019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160505/54d23e26/attachment.bin>
More information about the llvm-commits
mailing list