summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/call.c
Commit message (Collapse)AuthorAgeFilesLines
* Account for calling convention specifiers in function definitions in IR test ↵David Blaikie2015-06-291-1/+1
| | | | | | | | | | | | | cases Several tests wouldn't pass when executed on an armv7a_pc_linux triple due to the non-default arm_aapcs calling convention produced on the function definitions in the IR output. Account for this with the application of a little regex. Patch by Ying Yi. llvm-svn: 240971
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-1/+1
| | | | | | (migration for recent LLVM change to textual IR for calls) llvm-svn: 235147
* PR10337 reminds me that calls return values, lets handle them justChris Lattner2011-07-131-0/+16
| | | | | | like arguments. Thanks PR10337! :) llvm-svn: 135030
* fix PR10335 by watching out for IR type compatibility in call argument lists.Chris Lattner2011-07-121-2/+14
| | | | llvm-svn: 134966
* make test name less specificChris Lattner2011-07-121-0/+11
llvm-svn: 134964
OpenPOWER on IntegriCloud