Skip to content
Commit 4cd5187f authored by Renato Golin's avatar Renato Golin
Browse files

RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specifically, __eabi_memset...

RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specifically, __eabi_memset accepts parameters (ptr, size, value) in a different order than GNU's memset (ptr, value, size), therefore the special lowering in AAPCS mode. Implementation by Evzen Muller.

llvm-svn: 131868
parent c7250fae
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