Tidy up, fix and simplify a few of the SMLocs. Prior to r179109 the Start SMLoc
authorChad Rosier <mcrosier@apple.com>
Wed, 10 Apr 2013 20:07:47 +0000 (20:07 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 10 Apr 2013 20:07:47 +0000 (20:07 +0000)
commit37c04bcff28ae24aa84c44d73b1079bdab09c8c5
tree2d86289831aebfac266bd0401d9dfcf97ea8e071
parentf0ca9a8c94dafe795d5141e862ded156d6c6cd66
Tidy up, fix and simplify a few of the SMLocs.  Prior to r179109 the Start SMLoc
wasn't always the start of the operand.  If there was a symbol reference, then
Start pointed to that token.  It's very likely there are other places that need
to be updated.

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