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
8682d22c
Commit
8682d22c
authored
May 29, 2008
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sem_eval.adb: Minor reformatting
From-SVN: r136147
parent
fff3f472
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/ada/sem_eval.adb
+2
-2
No files found.
gcc/ada/sem_eval.adb
View file @
8682d22c
...
@@ -629,7 +629,7 @@ package body Sem_Eval is
...
@@ -629,7 +629,7 @@ package body Sem_Eval is
then
then
return True;
return True;
-- True if the same binary operator applied to the same operand
-- True if the same binary operator applied to the same operand
s
elsif Nkind (Lf) in N_Binary_Op
elsif Nkind (Lf) in N_Binary_Op
and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
and then Is_Same_Value (Left_Opnd (Lf), Left_Opnd (Rf))
...
@@ -637,7 +637,7 @@ package body Sem_Eval is
...
@@ -637,7 +637,7 @@ package body Sem_Eval is
then
then
return True;
return True;
-- All other cases, we can'
t
tell
,
so
False
-- All other cases, we can'
t
tell
,
so
return
False
else
else
return
False
;
return
False
;
...
...
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