| commit | 134cec62ab8ddea5b70d55873e4ab0a95d9bf894 | [log] [tgz] |
|---|---|---|
| author | Fariborz Jahanian <fjahanian@apple.com> | Thu Feb 21 00:40:10 2013 +0000 |
| committer | Fariborz Jahanian <fjahanian@apple.com> | Thu Feb 21 00:40:10 2013 +0000 |
| tree | e3e0ab6164d001c1bfa7f48737fa6e7978f06c3a | |
| parent | f5b474c6c6c05689fb1a0dae7c24dec161d87917 [diff] |
objective-C arc IR-gen. Retaining of strong arguments in function prologue is done with objc_StoreStrong to pair it with similar objc_StoreStrong for release in function epilogue. This is done with -O0 only. // rdar://13145317 llvm-svn: 175698