Skip to content
Commit 7e747d26 authored by Pete Cooper's avatar Pete Cooper
Browse files

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.

llvm-svn: 242254
parent e2f8ce91
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment