This creates a new method to get the fall through block from a machine basic block.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/CodeGen/MachineBasicBlock.cpp | ||
---|---|---|
717–719 | This can be moved to the header (or maybe just replaced) |
Paths
| Differential D25336
Refactor code and create getFallThrough method. AbandonedPublic Authored by jsjodin on Oct 6 2016, 10:51 AM.
Details
Summary This creates a new method to get the fall through block from a machine basic block.
Diff Detail Event Timelinejsjodin updated this object.
Revision Contents
Diff 79129 include/llvm/CodeGen/MachineBasicBlock.h
lib/CodeGen/MachineBasicBlock.cpp |
This can be moved to the header (or maybe just replaced)