- Make some class member methods const
- Delete unnecessary includes
- Use a simpler form of BuildMI
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The version of BuildMI I used defaults to add instructions at the end of a basic block, so we don't need to add BB->end() every time.