Fix incorrect assert that should be a user error for code like 'mov $0, %%eax'.
authorKevin Enderby <enderby@apple.com>
Wed, 16 Sep 2009 17:18:29 +0000 (17:18 +0000)
committerKevin Enderby <enderby@apple.com>
Wed, 16 Sep 2009 17:18:29 +0000 (17:18 +0000)
commit0d6cd00dbe58b456d0d33663e6a36c270aad2b5a
tree0a059e057b72352f80e98ff2d75e2d2ed76b91d6
parent9ad29207db8fb2526e1cbb58564462545764588e
Fix incorrect assert that should be a user error for code like 'mov $0, %%eax'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82054 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp