Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
25b7dac0
Commit
25b7dac0
authored
Oct 04, 2008
by
Christoph Mallon
Browse files
fehler157: Wrong mode for lower half of lowered 64bit Mul.
[r22468]
parent
567c5104
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/fehler157.c
0 → 100644
View file @
25b7dac0
long
long
f
(
unsigned
x
,
unsigned
y
)
{
return
(
long
long
)
x
*
y
>>
32
;
}
int
main
(
void
)
{
return
0
;
}
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