Commits
Joe Groff committed 0821ad9104b
SILGen: Fix type of global variable accessors. Emit global accessors as type '() -> [byref] T' instead of '() -> [byref(heap)] T' so that the SIL verifier doesn't stumble on unequal LValueTypes. Swift SVN r3561