mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 16:06:39 +08:00
- A correctness issue: with assertions disabled, ReadQuotedString would misbehave; and - A performance issue: BuildType used a long chain of if()s; I changed that to two switch statements. That also makes the code much nicer to step through when debugging it. llvm-svn: 221651