aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/noopt-dmb-v7.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/noopt-dmb-v7.ll')
-rw-r--r--test/CodeGen/ARM/noopt-dmb-v7.ll15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/CodeGen/ARM/noopt-dmb-v7.ll b/test/CodeGen/ARM/noopt-dmb-v7.ll
deleted file mode 100644
index 56a29c8a17e8..000000000000
--- a/test/CodeGen/ARM/noopt-dmb-v7.ll
+++ /dev/null
@@ -1,15 +0,0 @@
-; Ensure that adjacent duplicated barriers are not removed at -O0.
-; RUN: llc -O0 < %s -mtriple=armv7 -mattr=+db | FileCheck %s
-
-define i32 @t1() {
-entry:
- fence seq_cst
- fence seq_cst
- fence seq_cst
- ret i32 0
-}
-
-; CHECK: @ BB#0: @ %entry
-; CHECK-NEXT: dmb ish
-; CHECK-NEXT: dmb ish
-; CHECK-NEXT: dmb ish