Fix VectorType.element
This commit is contained in:
parent
d270e885cc
commit
435b92b4a4
1 changed files with 1 additions and 1 deletions
|
|
@ -917,7 +917,7 @@ class VectorType(Type):
|
|||
|
||||
@property
|
||||
def element(self):
|
||||
return self._ptr.getVectorElementType()
|
||||
return Type(self._ptr.getVectorElementType())
|
||||
|
||||
@property
|
||||
def count(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue