diff options
Diffstat (limited to 'test/CodeGen/Thumb/barrier.ll')
-rw-r--r-- | test/CodeGen/Thumb/barrier.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/barrier.ll b/test/CodeGen/Thumb/barrier.ll index 8fca273..1c27fa0 100644 --- a/test/CodeGen/Thumb/barrier.ll +++ b/test/CodeGen/Thumb/barrier.ll @@ -7,7 +7,7 @@ define void @t1() { ; V6: blx {{_*}}sync_synchronize ; V6M-LABEL: t1: -; V6M: dmb ish +; V6M: dmb sy fence seq_cst ret void } |