Remove unused parameter warnings.

llvm-svn: 73202
This commit is contained in:
Bill Wendling 2009-06-11 20:10:02 +00:00
parent 1656366e4d
commit 21f0e49c2c
1 changed files with 1 additions and 1 deletions

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.