Fix misspelled EOpFrexp and EOpLdexp.
This commit is contained in:
parent
fc51d284aa
commit
78258d3d40
4 changed files with 8 additions and 8 deletions
|
|
@ -473,8 +473,8 @@ bool TOutputTraverser::visitAggregate(TVisit /* visit */, TIntermAggregate* node
|
|||
case EOpBitfieldInsert: out.debug << "bitfieldInsert"; break;
|
||||
|
||||
case EOpFma: out.debug << "fma"; break;
|
||||
case EFrexp: out.debug << "frexp"; break;
|
||||
case ELdexp: out.debug << "ldexp"; break;
|
||||
case EOpFrexp: out.debug << "frexp"; break;
|
||||
case EOpLdexp: out.debug << "ldexp"; break;
|
||||
|
||||
default: out.debug.message(EPrefixError, "Bad aggregation op");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue