aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AVR/lower-formal-arguments-assertion.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AVR/lower-formal-arguments-assertion.ll')
-rw-r--r--test/CodeGen/AVR/lower-formal-arguments-assertion.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/AVR/lower-formal-arguments-assertion.ll b/test/CodeGen/AVR/lower-formal-arguments-assertion.ll
deleted file mode 100644
index 4c1a5ef939bd..000000000000
--- a/test/CodeGen/AVR/lower-formal-arguments-assertion.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc < %s -march=avr | FileCheck %s
-
-define void @foo(i1) {
-; CHECK-LABEL: foo:
-; CHECK: ret
- ret void
-}