Commits

Chris Lattner committed f4a554b4b61
introduce a (trivial) abstraction for CFG Locations (which refer back to the AST). This obviously need to improve in a number of ways, but this sinks the important bits down to Instruction (instead of being in each instruction subclass) and unifies it in a place where it can be generalized later (when we have inlining). Swift SVN r2826