[GIsel] Add missing space between type and name in GICombinerHelperArg
When using AdditionalArguments in a GICombinerHelper, the generator does not put a space between the type and the name. E.g. let AdditionalArguments = [GICombinerHelperArg<"bool", "IsSomething">]; ends up as boolIsSomething) const; in the generated file. This change adds a space between the type and the name. Reviewed By: aemerson Differential Revision: https://reviews.llvm.org/D130823
parent
71aecbb7
Please register or sign in to comment