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
dac9ad16
Commit
dac9ad16
authored
Jun 28, 2011
by
Janis Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove gcc.target/arm/ivopts-6.c, didn't happen with patch.
From-SVN: r175597
parent
3b99e635
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
gcc/testsuite/gcc.target/arm/ivopts-6.c
+0
-15
No files found.
gcc/testsuite/gcc.target/arm/ivopts-6.c
deleted
100644 → 0
View file @
3b99e635
/* { dg-do assemble } */
/* { dg-options "-Os -fdump-tree-ivopts -save-temps -marm" } */
void
tr5
(
short
array
[],
int
n
)
{
int
x
;
if
(
n
>
0
)
for
(
x
=
0
;
x
<
n
;
x
++
)
array
[
x
]
=
0
;
}
/* { dg-final { scan-tree-dump-times "PHI <" 1 "ivopts"} } */
/* { dg-final { object-size text <= 32 } } */
/* { dg-final { cleanup-tree-dump "ivopts" } } */
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