mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
parseInt assumed that it could take a negative number literal (e.g. "-123"). However, such number is in reality already handled as a unary operator '-' followed by a number literal, so the number literal is always non-negative. Thus, this code is dead. llvm-svn: 322453
37 KiB
37 KiB