1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-svn: 20461
This commit is contained in:
Chris Lattner 2005-03-05 19:04:07 +00:00
parent 80ba99a8f6
commit 70ffed029e

View File

@ -523,7 +523,7 @@ static void setValueName(Value *V, char *NameStr) {
V->getType()->getDescription() + "' type plane!");
// Set the name.
V->setName(Name, &ST);
V->setName(Name);
}
}