[PATCH] D44496: [LLVM-C] Finish exception instruction bindings

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 28 15:47:04 PDT 2018


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

OK.



================
Comment at: tools/llvm-c-test/echo.cpp:679
+        LLVMBasicBlockRef UnwindBB = nullptr;
+        if (LLVMBasicBlockRef UDest = LLVMGetUnwindDest(Src)) {
+          UnwindBB = DeclareBB(UDest);
----------------
Nit: No braces here. (possibly other places).


Repository:
  rL LLVM

https://reviews.llvm.org/D44496





More information about the llvm-commits mailing list