mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 17:24:48 +00:00
Remove unused parameter Penalty from the BoundsChecking pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168511 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -41,9 +41,7 @@ FunctionPass *createThreadSanitizerPass();
|
||||
|
||||
// BoundsChecking - This pass instruments the code to perform run-time bounds
|
||||
// checking on loads, stores, and other memory intrinsics.
|
||||
// Penalty is the maximum run-time that is acceptable for the user.
|
||||
//
|
||||
FunctionPass *createBoundsCheckingPass(unsigned Penalty = 5);
|
||||
FunctionPass *createBoundsCheckingPass();
|
||||
|
||||
} // End llvm namespace
|
||||
|
||||
|
Reference in New Issue
Block a user