Remove unused parameter warnings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73202 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2009-06-11 20:10:02 +00:00
parent c997d45ae5
commit 5e0644c73e

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.