Remove code for setting the VEX L-bit as a function of operand size from the code...
[oota-llvm.git] / lib / Support / Locale.cpp
1 #include "llvm/Support/Locale.h"
2 #include "llvm/Config/config.h"
3
4 #ifdef __APPLE__
5 #include "LocaleXlocale.inc"
6 #elif LLVM_ON_WIN32
7 #include "LocaleWindows.inc"
8 #else
9 #include "LocaleGeneric.inc"
10 #endif