summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/bkpt.s
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typos in tests: s/CEHCK/CHECK/Dmitri Gribenko2019-02-251-1/+1
| | | | | | | | | | | | Reviewers: ilya-biryukov Subscribers: sanjoy, sdardis, javed.absar, jrtc27, atanasyan, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D58608 llvm-svn: 354781
* ARM: bkpt has an implicit immediate constant 0Saleem Abdulrasool2013-12-231-0/+32
The bkpt mnemonic has an implicit immediate constant of 0 unless otherwise specified. Add an instruction alias for the unvalued breakpoint mnemonic to treat it as a 0. This improves compatibility with GNU AS. Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org> llvm-svn: 197913
OpenPOWER on IntegriCloud