summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/X86/intel-syntax-invalid-scale.s
Commit message (Collapse)AuthorAgeFilesLines
* X86 Asm uses assertions instead of proper diagnostic. This patch fixes that.Andrew V. Tischenko2017-07-251-0/+4
| | | | | | Differential Revision: https://reviews.llvm.org/D35115 llvm-svn: 308972
* Update the X86 assembler for .intel_syntax to produce an error for invalidKevin Enderby2014-01-231-0/+11
scale factors in memory addresses. As it does for .att_syntax. It was producing: Assertion failed: (((Scale == 1 || Scale == 2 || Scale == 4 || Scale == 8)) && "Invalid scale!"), function CreateMem, file /Volumes/SandBox/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp, line 1133. rdar://14967214 llvm-svn: 199942
OpenPOWER on IntegriCloud