hanchenye-llvm-project/llvm/lib/Target/X86/AsmParser
Chad Rosier cf172e5e28 [ms-inline asm] Avoid a false positive assertion
Assertion failed: (Start.isValid() == End.isValid() && "Start and end should 
either both be valid or both be invalid!")

when parsing inline asm.  SMLoc assumes that the first char * in the source is
invalid.  However, when parsing an inline asm the mnemonic is at this location.
I don't want to change SMLoc, so use a trivial workaround.

llvm-svn: 162381
2012-08-22 19:14:29 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86AsmLexer.cpp
X86AsmParser.cpp [ms-inline asm] Avoid a false positive assertion 2012-08-22 19:14:29 +00:00