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
3cdbd1f8
Commit
3cdbd1f8
authored
Dec 17, 1998
by
Nick Clifton
Committed by
Nick Clifton
Dec 17, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add: #include "expr.h"
From-SVN: r24363
parent
cce4a958
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+5
-0
gcc/gcse.c
+1
-0
No files found.
gcc/ChangeLog
View file @
3cdbd1f8
Thu
Dec
17
13
:
50
:
29
1998
Nick
Clifton
<
nickc
@cygnus
.
com
>
*
gcse
.
c
:
Include
expr
.
h
in
order
to
get
the
prototype
for
get_condition
()
which
is
used
in
delete_null_pointer_checks
().
Thu
Dec
17
15
:
58
:
26
1998
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
hwint
.
h
:
New
file
to
consolidate
HOST_WIDE_INT
(
etc
)
macros
.
...
...
gcc/gcse.c
View file @
3cdbd1f8
...
...
@@ -152,6 +152,7 @@ yyy
#include "recog.h"
#include "basic-block.h"
#include "output.h"
#include "expr.h"
#include "obstack.h"
#define obstack_chunk_alloc gmalloc
...
...
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