diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-09-06 17:40:35 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-09-06 17:40:35 +0000 |
commit | 50ef7611aa711c2c5a0cf6150442199b320b86c5 (patch) | |
tree | 5e7b724ecf77af289bd45726be482300d599fd98 /llvm/test/CodeGen/ARM/atomic-op.ll | |
parent | 5ea5d7965be9bcec2bcf4b60bc7b0d6853e2f93c (diff) | |
download | bcm5719-llvm-50ef7611aa711c2c5a0cf6150442199b320b86c5.tar.gz bcm5719-llvm-50ef7611aa711c2c5a0cf6150442199b320b86c5.zip |
Atomic pseudos don't use (as in read) CPSR. They clobber it.
llvm-svn: 139148
Diffstat (limited to 'llvm/test/CodeGen/ARM/atomic-op.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/atomic-op.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/atomic-op.ll b/llvm/test/CodeGen/ARM/atomic-op.ll index 03940e38ce8..b700eb1661d 100644 --- a/llvm/test/CodeGen/ARM/atomic-op.ll +++ b/llvm/test/CodeGen/ARM/atomic-op.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -mtriple=armv7-apple-darwin10 | FileCheck %s -; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 | FileCheck %s +; RUN: llc < %s -mtriple=armv7-apple-darwin10 -verify-machineinstrs | FileCheck %s +; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 -verify-machineinstrs | FileCheck %s define void @func(i32 %argc, i8** %argv) nounwind { entry: |