summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fence-singlethread.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/fence-singlethread.ll')
-rw-r--r--test/CodeGen/ARM/fence-singlethread.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fence-singlethread.ll b/test/CodeGen/ARM/fence-singlethread.ll
index ec032ccac423..536b6cc7c9d0 100644
--- a/test/CodeGen/ARM/fence-singlethread.ll
+++ b/test/CodeGen/ARM/fence-singlethread.ll
@@ -11,6 +11,6 @@ define void @fence_singlethread() {
; CHECK: @ COMPILER BARRIER
; CHECK-NOT: dmb
- fence singlethread seq_cst
+ fence syncscope("singlethread") seq_cst
ret void
}