| commit | 6aa0d5578d3fa713694f99e89fafb979de1b8778 | [log] [tgz] |
|---|---|---|
| author | Tom Stellard <thomas.stellard@amd.com> | Fri Jun 14 22:12:24 2013 +0000 |
| committer | Tom Stellard <thomas.stellard@amd.com> | Fri Jun 14 22:12:24 2013 +0000 |
| tree | 490527f5dad1e49268593ce19b6de04845732e7d | |
| parent | d99b7932aeb66038e754131b6ad3e0040d991305 [diff] |
R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on Cayman We were using RAT_INST_STORE_RAW, which seemed to work, but the docs say this instruction doesn't exist for Cayman, so it's probably safer to use a documented instruction instead. Reviewed-by: Vincent Lejeune<vljn at ovi.com> llvm-svn: 184015