We will use this to output target type info when writing a module.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good to me. One question/nit inline.
llvm/include/llvm/IR/TypeFinder.h | ||
---|---|---|
72 | As a getter, this should probably return StructType * instead of a reference? |
Comment Actions
Remove getStructType
llvm/include/llvm/IR/TypeFinder.h | ||
---|---|---|
72 | It was a straight adjustment/rename of what used to be the operator[]; but it looks like that's unused? I'll double check and maybe just remove it. |
As a getter, this should probably return StructType * instead of a reference?