diff options
Diffstat (limited to 'test/CodeGen/AVR/atomics/fence.ll')
| -rw-r--r-- | test/CodeGen/AVR/atomics/fence.ll | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/CodeGen/AVR/atomics/fence.ll b/test/CodeGen/AVR/atomics/fence.ll deleted file mode 100644 index 6ea49bc7e3fc..000000000000 --- a/test/CodeGen/AVR/atomics/fence.ll +++ /dev/null @@ -1,13 +0,0 @@ -; RUN: llc -mattr=avr6 < %s -march=avr | FileCheck %s - -; Checks that atomic fences are simply removed from IR. -; AVR is always singlethreaded so fences do nothing. - -; CHECK_LABEL: atomic_fence8 -; CHECK: ; BB#0: -; CHECK-NEXT: ret -define void @atomic_fence8() { - fence acquire - ret void -} - |
