summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2011-01-05 12:34:30 +0000
committerJohn McCall <rjmccall@apple.com>2011-01-05 12:34:30 +0000
commit8aea3e18769de67e2d8b61aac4730fd040a305dd (patch)
treecdebaf7afb265c7c503838043c706e478db2f53c /clang/lib
parent3882ace207c646a5081047552946b03170510a77 (diff)
downloadbcm5719-llvm-8aea3e18769de67e2d8b61aac4730fd040a305dd.tar.gz
bcm5719-llvm-8aea3e18769de67e2d8b61aac4730fd040a305dd.zip
Fix the -Asserts build.
llvm-svn: 122872
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Sema/SemaType.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaType.cpp b/clang/lib/Sema/SemaType.cpp
index 040e7f161d6..2f7c9cf642c 100644
--- a/clang/lib/Sema/SemaType.cpp
+++ b/clang/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();
OpenPOWER on IntegriCloud