[PATCH] D22112: Disambiguate a constant with both 0B prefix and H suffix.
Yunzhong Gao via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 1 12:14:16 PDT 2016
ygao marked an inline comment as done.
================
Comment at: lib/MC/MCParser/AsmLexer.cpp:274
@@ +273,3 @@
+ const char *OldCurPtr = CurPtr;
+ while (isxdigit(*CurPtr)) {
+ if (*CurPtr != '0' && *CurPtr != '1' && !FirstNonBinary)
----------------
Fixed. Hopefully.
https://reviews.llvm.org/D22112
More information about the llvm-commits
mailing list