summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-inline-constraint.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove binary characters from test file.Karl Schimpf2015-09-031-0/+0
| | | | llvm-svn: 246775
* Fix SEGV in InlineAsm::ConstraintInfo::Parse.Karl Schimpf2015-09-031-0/+0
Summary: Fixes bug 24646. Previous code was not checking if an index into a vector was valid, resulting in a SEGV. Fixed by assuming the construct can't be parsed when given this input. Reformat and add test. Differential Revision: http://reviews.llvm.org/D12539 llvm-svn: 246774
OpenPOWER on IntegriCloud