mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
Remove unused parameter name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77371 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0a9f7b9c3e
commit
1da5860b04
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user