forked from M-Labs/artiq
typo
This commit is contained in:
parent
8940009e1a
commit
dd03fdfd1a
|
@ -151,7 +151,7 @@ class LLVMIRGenerator:
|
||||||
])
|
])
|
||||||
|
|
||||||
assert self.lldatalayout in "eE"
|
assert self.lldatalayout in "eE"
|
||||||
self.little_endian = self.self.lldatalayout[0] == "e"
|
self.little_endian = self.lldatalayout[0] == "e"
|
||||||
|
|
||||||
def needs_sret(self, lltyp, may_be_large=True):
|
def needs_sret(self, lltyp, may_be_large=True):
|
||||||
if isinstance(lltyp, ll.VoidType):
|
if isinstance(lltyp, ll.VoidType):
|
||||||
|
|
Loading…
Reference in New Issue