[PATCH] D14122: [SimplifyCFG] Trim duplicate basic blocks in switch cases

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 17:14:22 PDT 2015


dylanmckay marked an inline comment as done.

================
Comment at: include/llvm/IR/BasicBlock.h:318
@@ -317,1 +317,3 @@
 
+  /// Checks if the bodies of two basic blocks are identical.
+  bool isIdenticalTo(const BasicBlock &Other) const;
----------------
The `AUTOBRIEF` Doxygen option was enabled a few months ago - this is no longer necessary and presents visual noise.

I will however add it if you think consistency is worth it.


http://reviews.llvm.org/D14122





More information about the llvm-commits mailing list