llvm-6502/lib
Pete Cooper 74d5c14956 Use getStoreSize() instead of getStoreSizeInBits()/8. NFC.
The calls here were both to getStoreSizeInBits() which multiplies by 8.
We then immediately divided by 8.  Calling getStoreSize() returns the
values we need without the extra arithmetic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242254 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-15 00:07:55 +00:00
..
Analysis Create a wrapper pass for BlockFrequencyInfo. 2015-07-14 23:40:50 +00:00
AsmParser
Bitcode
CodeGen Use getStoreSize() instead of getStoreSizeInBits()/8. NFC. 2015-07-15 00:07:55 +00:00
DebugInfo
ExecutionEngine
Fuzzer
IR
IRReader
LibDriver
LineEditor
Linker
LTO
MC
Object Use a range loop. 2015-07-14 23:51:01 +00:00
Option
Passes
ProfileData
Support
TableGen
Target Use more foreach loops in SelectionDAG. NFC 2015-07-14 23:43:29 +00:00
Transforms Create a wrapper pass for BlockFrequencyInfo. 2015-07-14 23:40:50 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile