summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-09-07 02:23:42 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-09-07 02:23:42 +0000
commit981a010c095b8fb57422df6fb90b6d802082afc5 (patch)
tree144379b0acab29ba55ce76e76a3b593d0c294265 /test/CodeGen/ARM
parent08708c8ef3185058ef879a977f580996b83b75ea (diff)
downloadllvm-981a010c095b8fb57422df6fb90b6d802082afc5.tar.gz
llvm-981a010c095b8fb57422df6fb90b6d802082afc5.tar.bz2
llvm-981a010c095b8fb57422df6fb90b6d802082afc5.tar.xz
Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures for atomic laod/store on ARM.
(The fix for the related failures on x86 is going to be nastier because we actually need Acquire memoperands attached to the atomic load instrs, etc.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139221 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r--test/CodeGen/ARM/atomic-load-store.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/atomic-load-store.ll b/test/CodeGen/ARM/atomic-load-store.ll
index 81c828485e..4d6b403ce9 100644
--- a/test/CodeGen/ARM/atomic-load-store.ll
+++ b/test/CodeGen/ARM/atomic-load-store.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=armv7-apple-ios | FileCheck %s -check-prefix=ARM
+; RUN: llc < %s -mtriple=armv7-apple-ios -verify-machineinstrs | FileCheck %s -check-prefix=ARM
; RUN: llc < %s -mtriple=armv7-apple-ios -O0 | FileCheck %s -check-prefix=ARM
; RUN: llc < %s -mtriple=thumbv7-apple-ios | FileCheck %s -check-prefix=THUMBTWO
; RUN: llc < %s -mtriple=thumbv6-apple-ios | FileCheck %s -check-prefix=THUMBONE