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
07c014b0
Commit
07c014b0
authored
Sep 23, 2016
by
yb9976
Browse files
Fixed some typos
parent
279bc8dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS.md
View file @
07c014b0
...
...
@@ -96,7 +96,7 @@ libFirm 1.20.0 (2011-12-07)
*
Experimental dwarf debugging support
*
Code cleanups, refactoring
*
Restructured API documentation
*
Bugfixes (we did alot of csmith testing)
*
Bugfixes (we did a
lot of csmith testing)
libFirm 1.19.1 (2011-05-17)
---------------------------
...
...
ir/be/ia32/ia32_transform.c
View file @
07c014b0
...
...
@@ -112,7 +112,7 @@ const x86_asm_constraint_list_t ia32_asm_constraints = {
[
'u'
]
=
{
MATCH_REG
,
FP
,
1
<<
REG_FP_ST1
},
[
'x'
]
=
{
MATCH_REG
,
&
ia32_reg_classes
[
CLASS_ia32_xmm
],
0
},
// There are more constraints and in general there is alot of internal gcc
// There are more constraints and in general there is a
lot of internal gcc
// logic at play not everything is documented in the manual. In the gcc
// source you can look at reload.c, stmt.c and constraints.md. I am not sure
// how much we want/need to understand and reimplement here.
...
...
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