Skip to content
Commit 587deea8 authored by Joerg Sonnenberger's avatar Joerg Sonnenberger
Browse files

If char/short are shorter than int, do not use U as suffix for

constants. Comparing int against a constant of the given type like
UINT8_MAX will otherwise force a promotion to unsigned int, which is
typically not expected.

llvm-svn: 213301
parent 11698180
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