[ms-inline asm] Remove these asserts. C++ variables that use namespace
authorChad Rosier <mcrosier@apple.com>
Fri, 19 Apr 2013 17:37:05 +0000 (17:37 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 19 Apr 2013 17:37:05 +0000 (17:37 +0000)
commitd38684366105789ce41fa1bca76d8d93de19bb07
treecb802a4c620132dab328deb499de2a48638119ae
parent3031ac01311e474cb0c25fe3f6d2e86cac220485
[ms-inline asm] Remove these asserts. C++ variables that use namespace
qualifiers don't necessarily begin with an identifier (e.g., ::foo::bar).

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