summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb/barrier.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb/barrier.ll')
-rw-r--r--test/CodeGen/Thumb/barrier.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/barrier.ll b/test/CodeGen/Thumb/barrier.ll
index 8fca273cc2..1c27fa0988 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
}