aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/fence-singlethread.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/fence-singlethread.ll')
-rw-r--r--test/CodeGen/AArch64/fence-singlethread.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/fence-singlethread.ll b/test/CodeGen/AArch64/fence-singlethread.ll
index 2ed744277385..0af0e58a91d4 100644
--- a/test/CodeGen/AArch64/fence-singlethread.ll
+++ b/test/CodeGen/AArch64/fence-singlethread.ll
@@ -16,6 +16,6 @@ define void @fence_singlethread() {
; IOS: ; COMPILER BARRIER
; IOS-NOT: dmb
- fence singlethread seq_cst
+ fence syncscope("singlethread") seq_cst
ret void
}