[PATCH] D12456: [IR] Add operand bundles to CallInst and InvokeInst.
Dmitry Babokin via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 1 05:24:24 PDT 2015
dbabokin added a subscriber: dbabokin.
dbabokin added a comment.
Sanjoy,
Your comment in include/llvm/IR/InstrTypes.h in line 1137 is undeniably
nice, but it causes a warning (or an error when building with "-Wall"):
“error: multi-line comment [-Werror=comment]”
Could you please fix it? For example you can use | instead of \, or add
some "shielding" (|, ///, or whatever you prefer) in the leftmost position
of the whole pseudo graphics (i.e. lines 1137-1149.
Thanks!
Dmitry.
Repository:
rL LLVM
http://reviews.llvm.org/D12456
More information about the llvm-commits
mailing list