summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-08-29 21:08:52 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-08-29 21:08:52 +0000
commit23793141a1ea05f443541f580ad061225fa47052 (patch)
treeb698f414b53737be5ab11043ea67eaa5bdace7d4 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parentc6a0be00ab36d2ea2df739a5718be865e2894735 (diff)
downloadbcm5719-llvm-23793141a1ea05f443541f580ad061225fa47052.tar.gz
bcm5719-llvm-23793141a1ea05f443541f580ad061225fa47052.zip
Add MachineMemOperand::isUnordered().
This means the same as LoadInst/StoreInst::isUnordered(), and implies !isVolatile(). Atomic loads and stored are also ordered, and this is the right method to check if it is safe to reorder memory operations. Ordered atomics can't be reordered wrt normal loads and stores, which is a stronger constraint than volatile. llvm-svn: 162859
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud