[X86] Remove unused 'hint' argument from prefetch tests
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 7 May 2022 12:38:40 +0000 (13:38 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 7 May 2022 12:38:40 +0000 (13:38 +0100)
commit6e345426de370479c322962f7aa1dd1cde817adf
tree9893a19f04e8e166f22a365ae35bc492640326dd
parenteb28da89a6594a017e067a2a4043c2f2bb2c425e
[X86] Remove unused 'hint' argument from prefetch tests

hint is a compile time constant and can't be passed in as a variable - we already hardcode
clang/test/CodeGen/X86/avx512pf-builtins.c