Fix compilation after SVN r368476
authorMartin Storsjo <martin@martin.st>
Fri, 9 Aug 2019 20:36:00 +0000 (20:36 +0000)
committerMartin Storsjo <martin@martin.st>
Fri, 9 Aug 2019 20:36:00 +0000 (20:36 +0000)
That revision broke compilation with this error:

lib/builtins/fixunsxfdi.c:13:2: error: unterminated conditional directive
 #if !_ARCH_PPC

llvm-svn: 368480

compiler-rt/lib/builtins/fixunsxfdi.c

index 4db18d5..d6b9e99 100644 (file)
@@ -46,3 +46,4 @@ COMPILER_RT_ABI du_int __fixunsxfdi(long double a) {
 #ifdef _MSC_VER && !defined(__clang__)
 #pragma warning(pop)
 #endif
+#endif