Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
3e31cf28
Commit
3e31cf28
authored
Jul 25, 2012
by
Steven Bosscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gimple-pretty-print.c (gimple_dump_bb_buff): Call pp_flush.
From-SVN: r189839
parent
e32bfc16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/ChangeLog
+7
-1
gcc/gimple-pretty-print.c
+1
-0
No files found.
gcc/ChangeLog
View file @
3e31cf28
2012-7-25 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2012-07-25 Steven Bosscher <steven@gcc.gnu.org>
* gimple-pretty-print.c (gimple_dump_bb_buff): Call pp_flush.
2012-07-25 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
btver2 Enablement
btver2 Enablement
* config.gcc (i[34567]86-*-linux* | ...): Add btver2.
* config.gcc (i[34567]86-*-linux* | ...): Add btver2.
(case ${target}): Add btver2.
(case ${target}): Add btver2.
...
@@ -744,6 +749,7 @@
...
@@ -744,6 +749,7 @@
2012-07-20 Pat Haugen <pthaugen@us.ibm.com>
2012-07-20 Pat Haugen <pthaugen@us.ibm.com>
Steven Bosscher <steven@gcc.gnu.org>
Steven Bosscher <steven@gcc.gnu.org>
* config/rs6000/power4.md (power4-store-update): Fix reservation.
* config/rs6000/power4.md (power4-store-update): Fix reservation.
(power4-three): Likewise.
(power4-three): Likewise.
...
...
gcc/gimple-pretty-print.c
View file @
3e31cf28
...
@@ -2265,6 +2265,7 @@ gimple_dump_bb_buff (pretty_printer *buffer, basic_block bb, int indent,
...
@@ -2265,6 +2265,7 @@ gimple_dump_bb_buff (pretty_printer *buffer, basic_block bb, int indent,
}
}
dump_implicit_edges
(
buffer
,
bb
,
indent
,
flags
);
dump_implicit_edges
(
buffer
,
bb
,
indent
,
flags
);
pp_flush
(
buffer
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment