diff options
Diffstat (limited to 'test/CodeGen/Alpha/mb.ll')
-rw-r--r-- | test/CodeGen/Alpha/mb.ll | 6 |
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 3268c54..0000000 --- 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 -} |