summaryrefslogtreecommitdiff
path: root/gcc/integrate.c
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/integrate.c
parentcea2793f5e39d74bc92a5129af95504c4b23335d (diff)
remove profiling
Diffstat (limited to 'gcc/integrate.c')
-rwxr-xr-xgcc/integrate.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c
index ca3544b..8186ace 100755
--- a/gcc/integrate.c
+++ b/gcc/integrate.c
@@ -2137,15 +2137,6 @@ expand_inline_function (fndecl, parms, target, ignore, type,
? fndecl : DECL_ABSTRACT_ORIGIN (fndecl));
poplevel (0, 0, 0);
- /* Must mark the line number note after inlined functions as a repeat, so
- that the test coverage code can avoid counting the call twice. This
- just tells the code to ignore the immediately following line note, since
- there already exists a copy of this note before the expanded inline call.
- This line number note is still needed for debugging though, so we can't
- delete it. */
- if (flag_test_coverage)
- emit_note (0, NOTE_REPEATED_LINE_NUMBER);
-
emit_line_note (input_filename, lineno);
/* If the function returns a BLKmode object in a register, copy it