summaryrefslogtreecommitdiff
path: root/gcc/function.BAK
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-11 00:43:28 -0800
committerYamaArashi <shadow962@live.com>2016-02-11 00:43:28 -0800
commit23e2a17097740709d4466a802e03992116b12900 (patch)
tree0c28d207942a6319e69dad1ae54152307b392dda /gcc/function.BAK
parentcea2793f5e39d74bc92a5129af95504c4b23335d (diff)
remove profiling
Diffstat (limited to 'gcc/function.BAK')
-rwxr-xr-xgcc/function.BAK8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/function.BAK b/gcc/function.BAK
index c724c5e..3c99619 100755
--- a/gcc/function.BAK
+++ b/gcc/function.BAK
@@ -6233,14 +6233,6 @@ expand_function_end (filename, line, end_bindings)
without returning a value. */
emit_note (NULL_PTR, NOTE_INSN_FUNCTION_END);
- /* Must mark the last line number note in the function, so that the test
- coverage code can avoid counting the last line twice. This just tells
- the code to ignore the immediately following line note, since there
- already exists a copy of this note somewhere above. This line number
- note is still needed for debugging though, so we can't delete it. */
- if (flag_test_coverage)
- emit_note (NULL_PTR, NOTE_REPEATED_LINE_NUMBER);
-
/* Output a linenumber for the end of the function.
SDB depends on this. */
emit_line_note_force (filename, line);