summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other/2009-09-14-function-elements.ll
Commit message (Collapse)AuthorAgeFilesLines
* Forbid arrays of function-type and structures with function-typed fields.Nick Lewycky2009-09-151-0/+6
While I'm there, change code that does: SomeTy == Type::getFooType(Context) into: SomeTy->getTypeID() == FooTyID to decrease the amount of useless type creation which may involve locking, etc. llvm-svn: 81846
OpenPOWER on IntegriCloud