Commits

Chris Lattner committed d981382639f
Change CFGValue from being a PointerUnion<Instruction*,BBArg*> to being a base class of Instruction and Arg. This allows us to more naturally use isa/dyn_cast and is the proper way to model this anyway. Swift SVN r2991