Commit 6271bc71 authored by Craig Topper's avatar Craig Topper
Browse files

[APInt] Use uint32_t instead of unsigned for the storage type throughout the...

[APInt] Use uint32_t instead of unsigned for the storage type throughout the divide code. Use Lo_32/Hi_32/Make_64 helpers instead of casts and shifts. NFCI

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