From 221864afe7c0d9b2b659a00e8c53345a6f625378 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 26 Jul 2009 00:17:14 +0000 Subject: Remove Value::setName(const char*). - Split into a separate patch because there is a slight functionality change, it is no longer valid to call setName(0), which was equivalent to setName(""). I'm hoping no one depends on this... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77099 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Value.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/llvm/Value.h b/include/llvm/Value.h index 584b80e..0ff0f7e 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -130,7 +130,6 @@ public: void setName(const Twine &Name); void setName(const char *Name, unsigned NameLen); - void setName(const char *Name); // Takes a null-terminated string. /// takeName - transfer the name from V to this value, setting V's name to -- cgit v1.1