summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/frame-address-err.ll
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Replace assertion by error message while lowering `RETURNADDR` and ↵Simon Atanasyan2019-03-061-0/+11
`FRAMEADDR` MIPS target supports lowering `RETURNADDR` and `FRAMEADDR` for a current frame only. It's better to show an error message then crash on assertion if `__builtin_return_address` is invoked with non-zero argument. llvm-svn: 355558
OpenPOWER on IntegriCloud