Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llpc/dbginfo: remove dead code in transFunction
isDefinition is always true, so createMethod could never be called. It is also unclear how useful calling createMethod is at this point. It seems the primary difference to createFunction is supporting vtable info and this-pointer adjustments, but neither concept seems to exist in NonSemantic.Shader.DebugInfo.100
- Loading branch information