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
ba52c5d1
Commit
ba52c5d1
authored
Jul 17, 2008
by
Moritz Kroll
Browse files
rot matcher incorrect
[r20508]
parent
a448383c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/fehler114.c
0 → 100644
View file @
ba52c5d1
unsigned
x
=
0xAABBCCDD
;
unsigned
y
=
15
;
unsigned
z
=
12
;
int
main
(
void
)
{
unsigned
t
=
x
;
unsigned
t2
=
y
;
unsigned
l
=
z
;
printf
(
"%X
\n
"
,
(
t
<<
t2
)
|
(
t
>>
(
32
-
l
)));
return
0
;
}
Write
Preview
Supports
Markdown
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