repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
shift.c
blob
1ed1879c616f76b374a32682fbea932d00e498b1
1
foo
(
a
)
2
{
3
if
(
a
>=
0
)
4
return
(
unsigned
)
a
<<
10
;
5
else
6
return
(
int
)
a
<<
10
;
7
}