diff options
author | Matt Davis <Matthew.Davis@sony.com> | 2018-04-26 21:55:45 +0000 |
---|---|---|
committer | Matt Davis <Matthew.Davis@sony.com> | 2018-04-26 21:55:45 +0000 |
commit | 3e790840a9efe4303c0baf3b07b15d95a413ba94 (patch) | |
tree | ce6ef4eb106ecb78e2e8a87206b4c6ba7e4bc1aa /llvm/tools/llvm-mca/Instruction.cpp | |
parent | 16429acacb5b9c8cf71005bcacc7481ec06d1903 (diff) | |
download | bcm5719-llvm-3e790840a9efe4303c0baf3b07b15d95a413ba94.tar.gz bcm5719-llvm-3e790840a9efe4303c0baf3b07b15d95a413ba94.zip |
[Docs] Escape the @ symbol, so that it appears in documentation output. [NFC]
Summary:
The '@' character is a special character in Doxygen. In a handful of cases we were not escaping this character which resulted in llvm intrinsics not being rendered properly. Specifically, the @llvm part was removed.
For example, see https://llvm.org/doxygen/classllvm_1_1AssumptionCache.html. There are a few references to '.assume' without the @llvm. prefix. This patch corrects this.
Reviewers: sanjoy
Reviewed By: sanjoy
Subscribers: llvm-commits, sanjoy
Differential Revision: https://reviews.llvm.org/D45981
llvm-svn: 330998
Diffstat (limited to 'llvm/tools/llvm-mca/Instruction.cpp')
0 files changed, 0 insertions, 0 deletions