1
0
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:
Bill Wendling 2009-06-11 20:10:02 +00:00
parent 9b68e8653f
commit 038b8dd7b5

View File

@ -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.