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
814d67e5
Commit
814d67e5
authored
Aug 01, 2008
by
Matthias Braun
Browse files
fix warning
[r20893]
parent
0e6672f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tv/tv.c
View file @
814d67e5
...
...
@@ -1162,7 +1162,6 @@ tarval *tarval_add(tarval *a, tarval *b) {
* subtraction
*/
tarval
*
tarval_sub
(
tarval
*
a
,
tarval
*
b
,
ir_mode
*
dst_mode
)
{
tarval
*
res
;
char
*
buffer
;
assert
(
a
);
...
...
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