Incorporate Daniel's suggestion and use !isdigit(CurPtr[0]) and not
authorKevin Enderby <enderby@apple.com>
Tue, 18 May 2010 18:09:20 +0000 (18:09 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 18 May 2010 18:09:20 +0000 (18:09 +0000)
commit9f2ad11624ebc73963007ee02958a9b41962422f
treeb97bba42aecbec02adf58101d46c2f76b1f317b9
parentd8ba292c9bc4e0927ea21304d735e27a43d296a6
Incorporate Daniel's suggestion and use !isdigit(CurPtr[0]) and not
CurPtr[0] == '\n' when testing the character after a "0b" when looking
to see if it part of a something like "jmp 0b".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104039 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmLexer.cpp