diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-06-11 20:10:02 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-06-11 20:10:02 +0000 |
| commit | 21f0e49c2cdfcb5d6f5e4e9d415bd8d9f6ea3dd1 (patch) | |
| tree | f436b4aa741e6aa5f5a8292ad703811518f58662 /llvm/include | |
| parent | 1656366e4dcd4083272e92a38b9e62bd20448cf5 (diff) | |
| download | bcm5719-llvm-21f0e49c2cdfcb5d6f5e4e9d415bd8d9f6ea3dd1.tar.gz bcm5719-llvm-21f0e49c2cdfcb5d6f5e4e9d415bd8d9f6ea3dd1.zip | |
Remove unused parameter warnings.
llvm-svn: 73202
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/ExecutionEngine/ExecutionEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h b/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h index 0d171f6764d..170e18477a7 100644 --- a/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h +++ b/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h @@ -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. |

