OSDN Git Service

(main): Delete redundant test for -p used with -fbytecode.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Apr 1996 23:37:25 +0000 (23:37 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Apr 1996 23:37:25 +0000 (23:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11772 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/toplev.c

index 7db0b76..4d866cd 100644 (file)
@@ -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"))
            {