Add a missing colon. Noticed by Jeff Cohen.

llvm-svn: 32796
This commit is contained in:
Reid Spencer 2006-12-31 21:25:25 +00:00
parent fd68718467
commit 6829c25a3c
1 changed files with 1 additions and 0 deletions

View File

@ -2437,6 +2437,7 @@ IndexList // Used for gep instructions and constant expressions
$$->push_back($3);
CHECK_FOR_ERROR
}
;
OptTailCall : TAIL CALL {
$$ = true;