summaryrefslogtreecommitdiff
path: root/test/Feature/forceoptsize_attr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/forceoptsize_attr.ll')
-rw-r--r--test/Feature/forceoptsize_attr.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/Feature/forceoptsize_attr.ll b/test/Feature/forceoptsize_attr.ll
deleted file mode 100644
index 89f2a5fcd8..0000000000
--- a/test/Feature/forceoptsize_attr.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llvm-as < %s | llvm-dis | FileCheck %s
-
-define void @test1() forcesizeopt {
-; CHECK: define void @test1() forcesizeopt
- ret void
-}
-