summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2009-10-15 18:50:52 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2009-10-15 18:50:52 +0000
commit6ad8c84d7023d639eda38105625adda060ef045c (patch)
tree3b904db245de2b13e9bbed2f03973ae6a1fe623f /test
parent11ee508d7bd37f2b007da735fbd2c1497ed51848 (diff)
downloadllvm-6ad8c84d7023d639eda38105625adda060ef045c.tar.gz
llvm-6ad8c84d7023d639eda38105625adda060ef045c.tar.bz2
llvm-6ad8c84d7023d639eda38105625adda060ef045c.tar.xz
Move Blackfin intrinsics into the Target/Blackfin directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84194 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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