mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Remove unused parameter warnings.
llvm-svn: 73202
This commit is contained in:
parent
9b68e8653f
commit
038b8dd7b5
@ -243,7 +243,7 @@ public:
|
||||
}
|
||||
|
||||
// The JIT overrides a version that actually does this.
|
||||
virtual void runJITOnFunction(Function *F, MachineCodeInfo *MCI = 0) { }
|
||||
virtual void runJITOnFunction(Function *, MachineCodeInfo * = 0) { }
|
||||
|
||||
/// getGlobalValueAtAddress - Return the LLVM global value object that starts
|
||||
/// at the specified address.
|
||||
|
Loading…
Reference in New Issue
Block a user