[PATCH] D27264: Refactor code to create getFallThrough method in MachineBasicBlock.

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 16:36:46 PDT 2017


qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.

Hi,

LGTM.

Please next time upload a patch with the full context (diff -U9999999).

Cheers,
-Quentin



================
Comment at: include/llvm/CodeGen/MachineBasicBlock.h:448
+  /// it, but it uses an explicit branch to do so (e.g., a table
+  /// jump).  Non-null return  is a conservative answer.
+  MachineBasicBlock *getFallThrough();
----------------
double spaces (return__is)


https://reviews.llvm.org/D27264





More information about the llvm-commits mailing list