Commits

Chris Lattner committed edbf3d8c55a
Rework CFGNodes.def to be able to model Value properly. This required: - Renaming a few macros like INST_RANGE to VALUE_RANGE. - Changing "Kind" enums to include the "Inst" so we get ValueKind::FooInst instead of ValueKind ::Foo. - Changes to CFGVisitor to match the new structure. Swift SVN r2997