summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/inline-asm-duplicated-constraint.ll
Commit message (Collapse)AuthorAgeFilesLines
* [inline asm] Don't reject duplicated matching constraintsBenjamin Kramer2015-03-291-0/+12
They're harmless and it's easy to generate them from clang, leading to a crash in LLVM. Found by afl-fuzz. llvm-svn: 233500
OpenPOWER on IntegriCloud