Skip to content
Commit 4dae63e3 authored by Nick Lewycky's avatar Nick Lewycky
Browse files

This should always be signed chars, so use int8_t. This fixes a miscompile when

llvm is built with unsigned chars where an immediate such as 0xff would be zero
extended to 64-bits, turning "cmp $0xff,%eax" into
"cmp $0xffffffffffffffff,%eax".

llvm-svn: 129845
parent e473aaf5
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