Rename DataLayout::getLargestLegalIntTypeSize to DataLayout::getLargestLegalIntTypeSizeInBits() to prevent similar mistakes fixed in r269433.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D20248
Rename getLargestLegalIntTypeSize to getLargestLegalIntTypeSizeInBits(). NFC. ClosedPublic Authored by junbuml on May 13 2016, 10:45 AM.
Details Summary Rename DataLayout::getLargestLegalIntTypeSize to DataLayout::getLargestLegalIntTypeSizeInBits() to prevent similar mistakes fixed in r269433.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 13 2016, 11:03 AM Closed by commit rL269456: Rename getLargestLegalIntTypeSize to getLargestLegalIntTypeSizeInBits(). NFC. (authored by junbuml). · Explain WhyMay 13 2016, 11:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 57226 llvm/trunk/include/llvm/IR/DataLayout.h
llvm/trunk/lib/CodeGen/AtomicExpandPass.cpp
llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
llvm/trunk/lib/IR/DataLayout.cpp
llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/trunk/lib/Transforms/Scalar/MemCpyOptimizer.cpp
|