diff options
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/CodeGen/attr-forcesizeopt.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/CodeGen/attr-forcesizeopt.c b/clang/test/CodeGen/attr-forcesizeopt.c index 693e7ccbade..c4e6c4ad817 100644 --- a/clang/test/CodeGen/attr-forcesizeopt.c +++ b/clang/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 -} |