Return early if it fails to parse a hex string.
This patch doesn't change the behavior of the program because it would eventually return None at end of the function. But it is better to return None early if we know it will eventually happen. llvm-svn: 315495
Loading
Please register or sign in to comment