[PATCH] D46259: [CFLGraph][NFC] Simplify switch in visitConstantExpr

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 1 12:58:52 PDT 2018


xbolva00 added a comment.

In https://reviews.llvm.org/D46259#1084447, @dberlin wrote:

> I don't understand at all why this is better/simpler


Same blocks for case labels are grouped together now, the code readability is better I think.


https://reviews.llvm.org/D46259





More information about the llvm-commits mailing list