summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/clear_cache.c
Commit message (Collapse)AuthorAgeFilesLines
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-1/+1
| | | | llvm-svn: 232187
* Update test case to be compatible with auto-migration to new getelementptr ↵David Blaikie2015-02-141-1/+1
| | | | | | | | | | | syntax coming in the near future The first change won't touch GEPOperators such as these, but the update script only identifies them by the leading '(' after getelementptr or 'getelementptr inbounds', so update this test to at least have those features to allow auto-migrating. llvm-svn: 229198
* Add support for __builtin___clear_cache in ClangRenato Golin2014-03-261-0/+12
Adding the mapping between __builtin___clear_cache into @llvm.clear_cache llvm-svn: 204820
OpenPOWER on IntegriCloud