git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64706 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-02-17 00:30:31 +00:00
Родитель c5bcee4dce
Коммит 5ea9d1bb0b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -218,7 +218,7 @@ Freestanding("ffreestanding",
static llvm::cl::opt<bool>
MathErrno("fmath-errno",
llvm::cl::desc("Require math functions to respect errno."),
llvm::cl::desc("Require math functions to respect errno"),
llvm::cl::init(true));
//===----------------------------------------------------------------------===//