swr: [rasterizer jitter] rename MEMCPY function to MEMCOPY
authorTim Rowley <timothy.o.rowley@intel.com>
Fri, 6 May 2016 17:29:07 +0000 (11:29 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Thu, 19 May 2016 21:26:30 +0000 (16:26 -0500)
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_ir_macros.py

index e73b232..a8b101a 100644 (file)
@@ -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',