Commits

Chris Lattner committed b199da570bd
in top-level code, have SILGen memoize the global_addr instructions it generates into VarLoc, to give it a trivial amount of CSE. This isn't important generally (global_addr turns into a trivial constant in LLVM IR) but unblocks some other SILGen stuff I'm working on. This doesn't affect lazy global addressors. Swift SVN r20259