Skip to content
Commit a93c981f authored by Reid Spencer's avatar Reid Spencer
Browse files

Fix a bug in the "fromString" method where radix 2,8 and 16 values were

not being generated correctly because the shl operator does not mutate its
object but returns a new value. Also, make the distinction between radix
16 and the others more clear.

llvm-svn: 37111
parent 138249b8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment