Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
7e7a8e3e
Commit
7e7a8e3e
authored
Aug 13, 2014
by
dbarbera
Browse files
Fix typo in abs operator generation
parent
aeb3a618
Changes
1
Hide whitespace changes
Inline
Side-by-side
LlvmGenerator.py
View file @
7e7a8e3e
...
...
@@ -1812,7 +1812,7 @@ def sdl_abs(x_val, ctx):
res_val
=
sdl_call
(
'fabs'
,
[
expr_conv
],
ctx
)
return
ctx
.
builder
.
fptosi
(
res_val
,
ctx
.
i64
)
else
:
return
sdl_call
(
'fabs'
,
[
x_val
])
return
sdl_call
(
'fabs'
,
[
x_val
]
,
ctx
)
def
sdl_fix
(
x_val
,
ctx
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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