Commits

Joe Groff committed ab65f6eaa50
IRGen: Remove redundant release barrier from type metadata accessor. Metadata accessor functions all already introduce a dependency-order-before relationship with loads from the result metadata pointer because of locks. Note this assumption in comments and remove the release barrier from the local accessor function. Swift SVN r28408