1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Remove unused parameter name.

llvm-svn: 77371
This commit is contained in:
Bill Wendling 2009-07-28 21:50:32 +00:00
parent cb23671431
commit 3a7a0da82d

View File

@ -623,7 +623,7 @@ namespace llvm {
/// not to emit the UsedDirective for some symbols in llvm.used.
// FIXME: REMOVE this (rdar://7071300)
virtual bool emitUsedDirectiveFor(const GlobalValue *GV,
Mangler *Mang) const {
Mangler *) const {
return (GV!=0);
}