| commit | be39a87e1126c229ed69985881d8fb8fc53ce4ff | [log] [tgz] |
|---|---|---|
| author | Nico Weber <nicolasweber@gmx.de> | Thu Jul 31 17:19:18 2014 +0000 |
| committer | Nico Weber <nicolasweber@gmx.de> | Thu Jul 31 17:19:18 2014 +0000 |
| tree | 50992ba6b12c1647df925bdff22bf2c24a34776d | |
| parent | 8ed8dbd96a8de3da0213f7863de7ba3e588277f9 [diff] |
Delay check for prototype on __fastcall functions until after MergeFunctionDecl. In C, it is only known after merging decls if a function with 0 arguments has a prototype. Fixes PR20386, see that for more notes. llvm-svn: 214408