aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Blackfin/sync-intr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Blackfin/sync-intr.ll')
-rw-r--r--test/CodeGen/Blackfin/sync-intr.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/Blackfin/sync-intr.ll b/test/CodeGen/Blackfin/sync-intr.ll
index 75084f01e5..0b103a3bf7 100644
--- a/test/CodeGen/Blackfin/sync-intr.ll
+++ b/test/CodeGen/Blackfin/sync-intr.ll
@@ -2,8 +2,11 @@
define void @f() nounwind {
entry:
+ ; CHECK-NOT: llvm.bfin
; CHECK: csync;
call void @llvm.bfin.csync()
+
+ ; CHECK-NOT: llvm.bfin
; CHECK: ssync;
call void @llvm.bfin.ssync()
ret void