Rename gen_gather() macro to gen_gather_factored()

This commit is contained in:
Matt Pharr
2012-07-13 12:20:42 -07:00
parent daf5aa8e8b
commit 984a68c3a9
10 changed files with 55 additions and 55 deletions

12
builtins/target-generic-1.ll Executable file → Normal file
View File

@@ -34,12 +34,12 @@ masked_load(double, 8)
; define these with the macros from stdlib.m4
gen_gather(i8)
gen_gather(i16)
gen_gather(i32)
gen_gather(float)
gen_gather(i64)
gen_gather(double)
gen_gather_factored(i8)
gen_gather_factored(i16)
gen_gather_factored(i32)
gen_gather_factored(float)
gen_gather_factored(i64)
gen_gather_factored(double)
gen_scatter(i8)
gen_scatter(i16)