aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/attr-forcesizeopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/attr-forcesizeopt.c')
-rw-r--r--test/CodeGen/attr-forcesizeopt.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CodeGen/attr-forcesizeopt.c b/test/CodeGen/attr-forcesizeopt.c
index 693e7ccbad..c4e6c4ad81 100644
--- a/test/CodeGen/attr-forcesizeopt.c
+++ b/test/CodeGen/attr-forcesizeopt.c
@@ -24,8 +24,3 @@ int test2() {
// OTHER-NOT: forcesizeopt
// OTHER: ret
}
-
-int test3() __attribute__((forcesizeopt)) {
-// Oz: @test3{{.*}}forcesizeopt
-// OTHER: @test3{{.*}}forcesizeopt
-}