Fix missed #endif in rL227790.

llvm-svn: 227797
This commit is contained in:
Viktor Kutuzov 2015-02-02 10:48:38 +00:00
parent 129f417efd
commit 4cd3ee38e4
1 changed files with 1 additions and 0 deletions

View File

@ -1732,6 +1732,7 @@ TEST(MemorySanitizer, sincosf) {
EXPECT_NOT_POISONED(s);
EXPECT_NOT_POISONED(c);
}
#endif
// There's no sincosl() on FreeBSD.
#if !defined(__FreeBSD__)