summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/mnop-mcount-01.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Clang FE, SystemZ] Don't add "true" value for the "mnop-mcount" attribute.Jonas Paulsson2019-12-181-1/+1
| | | | | | | | Let the "mnop-mcount" function attribute simply be present or non-present. Update SystemZ backend as well to use hasFnAttribute() instead. Review: Ulrich Weigand https://reviews.llvm.org/D71669
* [SystemZ] Recognize mnop-mcount in backendJonas Paulsson2019-09-261-0/+26
With -pg -mfentry -mnop-mcount, a nop is emitted instead of the call to fentry. Review: Ulrich Weigand https://reviews.llvm.org/D67765 llvm-svn: 372950
OpenPOWER on IntegriCloud