[PATCH] D51524: [ARM64] [Windows] Handle funclets

Sanjin Sijaric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 1 12:45:52 PDT 2018


ssijaric added inline comments.


================
Comment at: lib/Target/AArch64/AArch64ISelLowering.cpp:1278
+       MachineInstr &MI, MachineBasicBlock *BB) const {
+  MachineFunction *MF = BB->getParent();
+
----------------
Move this into the assert; it will cause the release only build to fail.


https://reviews.llvm.org/D51524





More information about the llvm-commits mailing list