[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
[llvm-core.git] / include / llvm / Support / Locale.h
blobf7a2c036ed5e11b723bae7478df80dfb92c93780
1 #ifndef LLVM_SUPPORT_LOCALE_H
2 #define LLVM_SUPPORT_LOCALE_H
4 namespace llvm {
5 class StringRef;
7 namespace sys {
8 namespace locale {
10 int columnWidth(StringRef s);
11 bool isPrint(int c);
17 #endif // LLVM_SUPPORT_LOCALE_H