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
a532b25d
Commit
a532b25d
authored
Jun 05, 2014
by
dbarbera
Browse files
Fixed typo
parent
35f142d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
LlvmGenerator.py
View file @
a532b25d
...
...
@@ -461,7 +461,7 @@ def _generate_type(ty):
elif
basic_ty
.
kind
==
'BooleanType'
:
return
core
.
Type
.
int
(
1
)
elif
basic_ty
.
kind
==
'RealType'
:
return
core
.
t
ype
.
real
()
return
core
.
T
ype
.
double
()
else
:
raise
NotImplementedError
...
...
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