[PATCH] D19523: Symbolize operand bundle blocks for bcanalyzer

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 23:05:27 PDT 2016


sanjoy added inline comments.

================
Comment at: tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp:108
@@ -107,2 +107,3 @@
   default:                             return nullptr;
+  case bitc::OPERAND_BUNDLE_TAGS_BLOCK_ID: return "OPERAND_BUNDLE_TAGS_BLOCK";
   case bitc::MODULE_BLOCK_ID:          return "MODULE_BLOCK";
----------------
joker.eph wrote:
> Not sure if the switch order matches the enum?
Followup (as discussed on IRC) - leaving as is, since the switch wasn't sorted to begin with.


Repository:
  rL LLVM

http://reviews.llvm.org/D19523





More information about the llvm-commits mailing list