summaryrefslogtreecommitdiff
path: root/test/CodeGen/Alpha/mb.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Alpha/mb.ll')
-rw-r--r--test/CodeGen/Alpha/mb.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/Alpha/mb.ll b/test/CodeGen/Alpha/mb.ll
deleted file mode 100644
index 3268c541b2..0000000000
--- a/test/CodeGen/Alpha/mb.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llc < %s -march=alpha | grep mb
-
-define void @test() {
- fence seq_cst
- ret void
-}