From: John McCall <rjmccall@apple.com>
Date: Wed, 5 Jan 2011 12:34:30 +0000 (+0000)
Subject: Fix the -Asserts build.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07fa2fa8b9a0f7982a31e12f4164550d004543ae;p=clang

Fix the -Asserts build.



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

diff --git a/lib/Sema/SemaType.cpp b/lib/Sema/SemaType.cpp
index 040e7f161d..2f7c9cf642 100644
--- a/lib/Sema/SemaType.cpp
+++ b/lib/Sema/SemaType.cpp
@@ -507,8 +507,8 @@ static void maybeSynthesizeBlockSignature(TypeProcessingState &state,
     }
     assert(!isOnlyParens &&
            "non-empty abstract-declarator contained only parens!");
-#endif
   }
+#endif
 
   // Otherwise, we need to fake up a function declarator.
   SourceLocation loc = declarator.getSourceRange().getBegin();