summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/inline-asm-bad-constraint-n.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of the 'n' asm constraint with invalid operands.James Y Knight2015-07-131-0/+10
It had accidently accepted a symbol+offset value (and emitted incorrect code for it, keeping only the offset part) instead of properly reporting the constraint as invalid. Differential Revision: http://reviews.llvm.org/D11039 llvm-svn: 242040
OpenPOWER on IntegriCloud