summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tree-prof/update-tailcall.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-prof/update-tailcall.c')
-rw-r--r--gcc/testsuite/gcc.dg/tree-prof/update-tailcall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-prof/update-tailcall.c b/gcc/testsuite/gcc.dg/tree-prof/update-tailcall.c
index 32ad34857b5..28549144534 100644
--- a/gcc/testsuite/gcc.dg/tree-prof/update-tailcall.c
+++ b/gcc/testsuite/gcc.dg/tree-prof/update-tailcall.c
@@ -1,4 +1,4 @@
-/* { dg-options "-O2 -fdump-tree-tailcall -fdump-tree-optimized" } */
+/* { dg-options "-O2 -fdump-tree-tailc -fdump-tree-optimized" } */
__attribute__ ((noinline))
int factorial(int x)
{