- Make some class member methods const
- Delete unnecessary includes
- Use a simpler form of BuildMI
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 29252 Build 29251: arc lint + arc unit
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.