| commit | b3de7b1790c0cacdb35314491cc54a904fdd6442 | [log] [tgz] |
|---|---|---|
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Tue Aug 28 03:11:27 2012 +0000 |
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Tue Aug 28 03:11:27 2012 +0000 |
| tree | 43a7889bdfe733b7c9a59fc0a2ff54d0c7e862bc | |
| parent | b5af7121b1f6d8c9a191c857e1dfda36bdfb6fcd [diff] |
Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM." This wasn't the right way to enforce ordering of atomics. We are already setting the isVolatile bit on memory operands of atomic operations which is good enough to enforce the correct ordering. llvm-svn: 162732