[PATCH] D97982: [MC] Introduce NeverAlign fragment type

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 28 05:00:51 PDT 2021


skan added inline comments.


================
Comment at: llvm/lib/MC/MCAssembler.cpp:359-360
+    } else {
+      // Didn't find the expected fragment after the current one.
+      return 0;
+    }
----------------
Should this be a `llvm_unreachable`?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97982/new/

https://reviews.llvm.org/D97982



More information about the llvm-commits mailing list