[PATCH] D40778: [DebugIR] Revive the Debug IR pass. [Added llvm-commits]
Ewan Crawford via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 4 04:33:49 PST 2017
EwanCrawford added inline comments.
================
Comment at: lib/Transforms/Instrumentation/DebugIR.cpp:421
+ else if (T->isStructTy()) {
+ // NOTE: where the fuck does DINodeArray come from?
+ DICompositeType *S = Builder.createStructType(
----------------
this comment is inappropriate
Repository:
rL LLVM
https://reviews.llvm.org/D40778
More information about the llvm-commits
mailing list