summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/atomic-cmp.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-09-06 17:40:35 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-09-06 17:40:35 +0000
commit9b0e1e7a5b5a51fca3a86315a72d2bd49334436b (patch)
treeff05158e304cc1a0bd1824207b54364a4172d36c /test/CodeGen/ARM/atomic-cmp.ll
parentfa515ecbca942d44b2700799622b34345ea02852 (diff)
downloadllvm-9b0e1e7a5b5a51fca3a86315a72d2bd49334436b.tar.gz
llvm-9b0e1e7a5b5a51fca3a86315a72d2bd49334436b.tar.bz2
llvm-9b0e1e7a5b5a51fca3a86315a72d2bd49334436b.tar.xz
Atomic pseudos don't use (as in read) CPSR. They clobber it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139148 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/atomic-cmp.ll')
-rw-r--r--test/CodeGen/ARM/atomic-cmp.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/atomic-cmp.ll b/test/CodeGen/ARM/atomic-cmp.ll
index f31aa7bc58..e179017d10 100644
--- a/test/CodeGen/ARM/atomic-cmp.ll
+++ b/test/CodeGen/ARM/atomic-cmp.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s -check-prefix=ARM
-; RUN: llc < %s -mtriple=thumbv7-apple-darwin | FileCheck %s -check-prefix=T2
+; RUN: llc < %s -mtriple=armv7-apple-darwin -verify-machineinstrs | FileCheck %s -check-prefix=ARM
+; RUN: llc < %s -mtriple=thumbv7-apple-darwin -verify-machineinstrs | FileCheck %s -check-prefix=T2
; rdar://8964854
define i8 @t(i8* %a, i8 %b, i8 %c) nounwind {