Remove __pause from stdlib_core() in utils.m4.

It wasn't ever being used, and was breaking compilation on ARM.
This commit is contained in:
Matt Pharr
2013-07-29 16:20:46 -07:00
parent ab3b633733
commit 48ff03112f
2 changed files with 0 additions and 6 deletions

View File

@@ -487,7 +487,6 @@ lSetInternalFunctions(llvm::Module *module) {
"__num_cores",
"__packed_load_active",
"__packed_store_active",
"__pause",
"__popcnt_int32",
"__popcnt_int64",
"__prefetch_read_uniform_1",