summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineScheduler.cpp
diff options
context:
space:
mode:
authorBen Craig <ben.craig@codeaurora.org>2016-03-09 15:49:59 +0000
committerBen Craig <ben.craig@codeaurora.org>2016-03-09 15:49:59 +0000
commit069b432bf7357b680384f4a90b596c8b9cb2c343 (patch)
tree6844c21291be4db2473af2d5ed0125215622e44c /llvm/lib/CodeGen/MachineScheduler.cpp
parenta9f35cb7d6651494e1e73d359fb8b94b5dd4d59f (diff)
downloadbcm5719-llvm-069b432bf7357b680384f4a90b596c8b9cb2c343.tar.gz
bcm5719-llvm-069b432bf7357b680384f4a90b596c8b9cb2c343.zip
Split locale management out of locale_win32. NFCI
For the locale refactor, the locale management functions (newlocale, freelocale, uselocale) are needed in a separate header from the various _l functions. This is because some platforms implement the _l functions in terms of a locale switcher RAII helper, and the locale switcher RAII helper needs the locale management functions. This patch helps pave the way by getting all the functions in the right files, so that later diffs aren't completely horrible. Unfortunately, the Windows, Cygwin, and MinGW builds seemed to have bit-rotted, so I wasn't able to test this completely. I don't think I made things any worse than they already are though. http://reviews.llvm.org/D17419 llvm-svn: 263020
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud