Go to file
Torok Edwin a39d69684a Verify that calling conventions match function prototype.
This only rejects mismatches between target specific calling convention
and C/LLVM specific calling convention.
There are too many fastcc/C, coldcc/cc42 mismatches in the testsuite, these are
not reject by the verifier.

llvm-svn: 72248
2009-05-22 06:41:43 +00:00
clang (llvm up) Use llvm::Triple for storing target triples. 2009-05-22 02:53:45 +00:00
llvm Verify that calling conventions match function prototype. 2009-05-22 06:41:43 +00:00