From: Tim Rowley Date: Fri, 6 May 2016 17:29:07 +0000 (-0600) Subject: swr: [rasterizer jitter] rename MEMCPY function to MEMCOPY X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e4ef235231dbaee0c331f35c69a85404507ac1e;p=mesa.git swr: [rasterizer jitter] rename MEMCPY function to MEMCOPY Reviewed-by: Bruce Cherniak --- diff --git a/src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_ir_macros.py b/src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_ir_macros.py index e73b232757b..a8b101a30a2 100644 --- a/src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_ir_macros.py +++ b/src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_ir_macros.py @@ -71,7 +71,7 @@ inst_aliases = { 'INSERT_ELEMENT': 'VINSERT', 'EXTRACT_ELEMENT': 'VEXTRACT', 'MEM_SET': 'MEMSET', - 'MEM_CPY': 'MEMCPY', + 'MEM_CPY': 'MEMCOPY', 'MEM_MOVE': 'MEMMOVE', 'L_SHR': 'LSHR', 'A_SHR': 'ASHR',