[PATCH] D46632: [LLVM-C] Move DIBuilder Bindings For Temporary MDNodes

whitequark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 07:48:16 PDT 2018


whitequark accepted this revision.
whitequark added a comment.
This revision is now accepted and ready to land.

> llvm::Value::replaceAllUsesWith and llvm::MDNode::replaceAllUsesWith are distinct operations.

Ah, I haven't realized the MDNode function is different. LGTM.


Repository:
  rL LLVM

https://reviews.llvm.org/D46632





More information about the llvm-commits mailing list