Mark the internal __fast_masked_vload function as static

This commit is contained in:
Matt Pharr
2011-09-13 15:43:41 -07:00
parent 30f9dcd4f5
commit e2a88d491f

View File

@@ -2573,7 +2573,7 @@ llvm::RegisterPass<MakeInternalFuncsStaticPass>
bool
MakeInternalFuncsStaticPass::runOnModule(llvm::Module &module) {
const char *names[] = {
"__do_print",
"__do_print", "__fast_masked_vload",
"__gather_base_offsets_i8", "__gather_base_offsets_i16",
"__gather_base_offsets_i32", "__gather_base_offsets_i64",
"__gather_elt_8", "__gather_elt_16",