[PATCH] D87343: testing

LuoJiahao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 20:54:00 PDT 2020


woop created this revision.
woop created this object with visibility "All Users".
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
woop requested review of this revision.

testing


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87343

Files:
  llvm/lib/IR/Value.cpp


Index: llvm/lib/IR/Value.cpp
===================================================================
--- llvm/lib/IR/Value.cpp
+++ llvm/lib/IR/Value.cpp
@@ -93,7 +93,7 @@
 
   // If this value is named, destroy the name.  This should not be in a symtab
   // at this point.
-  destroyValueName();
+  adestroyValueName();
 }
 
 void Value::deleteValue() {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87343.290632.patch
Type: text/x-patch
Size: 351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200909/1b103eb3/attachment.bin>


More information about the llvm-commits mailing list