Revert accidental commit.

llvm-svn: 148058
This commit is contained in:
Eli Friedman 2012-01-12 22:43:19 +00:00
parent 5cfbe4aa53
commit 3c502aca18
1 changed files with 0 additions and 2 deletions

View File

@ -5684,8 +5684,6 @@ public:
// type.
ExprResult DefaultLvalueConversion(Expr *E);
void MarkLValueReferenced(Expr *E);
// DefaultArgumentPromotion (C99 6.5.2.2p6). Used for function calls that
// do not have a prototype. Integer promotions are performed on each
// argument, and arguments that have type float are promoted to double.