Fix the -Asserts build.

llvm-svn: 122872
This commit is contained in:
John McCall 2011-01-05 12:34:30 +00:00
parent 3882ace207
commit 8aea3e1876
1 changed files with 1 additions and 1 deletions

View File

@ -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();