Commits

Ted Kremenek committed 14fd46379cc
Introduce CFGValue, a discriminated union over Instruction, CFGConstant, and BasicBlockArg. The idea is for CFGValues to be used as values consumed by Instructions. CFGConstant and BasicBlockArg are not yet implemented. WIP. Swift SVN r2602