mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 02:38:07 +08:00
This adds the ability to recognize (and create ValueObjects for) boolean
literals ("true", "false") to DIL. This is a preliminary step to adding
type casting (and also for the ternary op).