mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 10:21:54 +00:00
Fix test and re-enable it.
llvm-svn: 110829
This commit is contained in:
parent
ccf528b792
commit
c25cd5a82e
@ -1,11 +1,11 @@
|
||||
; RUN: llc < %s -march=thumb -mattr=+v6 | FileCheck %s -check-prefix=V6
|
||||
; RUN: llc < %s -march=thumb -mattr=+v6m | FileCheck %s -check-prefix=V6M
|
||||
; RUN: llc < %s -mtriple=thumbv6-apple-darwin | FileCheck %s -check-prefix=V6
|
||||
; RUN: llc < %s -march=thumb -mattr=+v6m | FileCheck %s -check-prefix=V6M
|
||||
|
||||
declare void @llvm.memory.barrier( i1 , i1 , i1 , i1 , i1 )
|
||||
|
||||
define void @t1() {
|
||||
; V6: t1:
|
||||
; V6_TEMPORARILY_DISABLED: blx {{_*}}sync_synchronize
|
||||
; V6: blx {{_*}}sync_synchronize
|
||||
|
||||
; V6M: t1:
|
||||
; V6M: dsb
|
||||
@ -15,7 +15,7 @@ define void @t1() {
|
||||
|
||||
define void @t2() {
|
||||
; V6: t2:
|
||||
; V6_TEMPORARILY_DISABLED: blx {{_*}}sync_synchronize
|
||||
; V6: blx {{_*}}sync_synchronize
|
||||
|
||||
; V6M: t2:
|
||||
; V6M: dmb
|
||||
|
Loading…
x
Reference in New Issue
Block a user