summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/constraint-c-err.ll
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Replace assert by an error messageSimon Atanasyan2017-12-291-0/+17
Initially, if the `c` constraint applied to the wrong data type that causes LLVM to assert. This commit replaces the assert by an error message. llvm-svn: 321565
OpenPOWER on IntegriCloud