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:
parent
cb23671431
commit
3a7a0da82d
@ -623,7 +623,7 @@ namespace llvm {
|
|||||||
/// not to emit the UsedDirective for some symbols in llvm.used.
|
/// not to emit the UsedDirective for some symbols in llvm.used.
|
||||||
// FIXME: REMOVE this (rdar://7071300)
|
// FIXME: REMOVE this (rdar://7071300)
|
||||||
virtual bool emitUsedDirectiveFor(const GlobalValue *GV,
|
virtual bool emitUsedDirectiveFor(const GlobalValue *GV,
|
||||||
Mangler *Mang) const {
|
Mangler *) const {
|
||||||
return (GV!=0);
|
return (GV!=0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user