remove a terrible hack that disabled assertions from this file because of build time
authorChris Lattner <sabre@nondot.org>
Mon, 1 Mar 2010 21:20:46 +0000 (21:20 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Mar 2010 21:20:46 +0000 (21:20 +0000)
problems.  rdar://7697850.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97500 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelDAGToDAG.cpp

index b337e61af122c314590730c606f3a5ee7e9361aa..40b12c7767a61f3949af468c26f45eb5f3fb0ff1 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-// Force NDEBUG on in any optimized build on Darwin.
-//
-// FIXME: This is a huge hack, to work around ridiculously awful compile times
-// on this file with gcc-4.2 on Darwin, in Release mode.
-#if (!defined(__llvm__) && defined(__APPLE__) && \
-     defined(__OPTIMIZE__) && !defined(NDEBUG))
-#define NDEBUG
-#endif
-
 #define DEBUG_TYPE "x86-isel"
 #include "X86.h"
 #include "X86InstrBuilder.h"