From c2d12c8b86337921d2826edfe76237bcc04528f9 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 14 Apr 1996 23:37:25 +0000 Subject: (main): Delete redundant test for -p used with -fbytecode. From-SVN: r11772 --- gcc/toplev.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gcc') diff --git a/gcc/toplev.c b/gcc/toplev.c index 7db0b76..4d866cd 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -3681,10 +3681,7 @@ main (argc, argv, envp) } else if (!strcmp (str, "p")) { - if (!output_bytecode) - profile_flag = 1; - else - error ("profiling not supported in bytecode compilation"); + profile_flag = 1; } else if (!strcmp (str, "a")) { -- cgit v1.1