[PATCH] D26769: [IR] Remove the DIExpression field from DIGlobalVariable.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 08:59:06 PST 2016


aprantl added a comment.

To review my own patch: I'll make another iteration replacing the `MDNode *` references to global variables with a more typesafe PointerUnion<GlobalVariable, GlobalVariableExpression>.


Repository:
  rL LLVM

https://reviews.llvm.org/D26769





More information about the llvm-commits mailing list