Fix inconsistent instruction name.

The 'fpromote' instruction was renamed from 'fcvt_ftof', but the name
argument was not changed.
This commit is contained in:
Jakob Stoklund Olesen
2016-11-02 10:45:59 -07:00
parent a5675b6138
commit e1dae95828

View File

@@ -1089,7 +1089,7 @@ x = Operand('x', Float)
a = Operand('a', FloatTo)
fpromote = Instruction(
'fcvt_ftof', r"""
'fpromote', r"""
Convert `x` to a larger floating point format.
Each lane in `x` is converted to the destination floating point format.