[llvm-dev] Inserting a new MachineBasicBlock between two existing MachineBasicBlocks

via llvm-dev llvm-dev at lists.llvm.org
Mon Aug 17 20:33:30 PDT 2015


To insert block B after block A,

MachineFunction::iterator MBBI = A;
MF.insert(MBBI, B)



CONFIDENTIALITY NOTICE:

This e-mail (and its attachments) may contain confidential and legally privileged information or information protected from disclosure. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein is strictly prohibited. In this case, please immediately notify the sender by return e-mail, delete the message (and any accompanying documents) and destroy all printed hard copies. Thank you for your cooperation.

Copyright ANDES TECHNOLOGY CORPORATION - All Rights Reserved.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150818/01ceeac4/attachment.html>


More information about the llvm-dev mailing list