aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/ConstantOptimiser.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-08-23 01:24:02 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-09-20 08:23:21 +0800
commitaad829948a7b21d7664a43c1127679b53ae40bdc (patch)
tree9809a49c773d3e7cfbe2bb2c1db926ad0b6810ca /libevmasm/ConstantOptimiser.h
parent137b214be471dd690aeadaf0e02b9ad0915d9e84 (diff)
downloaddexon-solidity-aad829948a7b21d7664a43c1127679b53ae40bdc.tar.gz
dexon-solidity-aad829948a7b21d7664a43c1127679b53ae40bdc.tar.zst
dexon-solidity-aad829948a7b21d7664a43c1127679b53ae40bdc.zip
Ensure parameter names match between headers and implementation
Diffstat (limited to 'libevmasm/ConstantOptimiser.h')
-rw-r--r--libevmasm/ConstantOptimiser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libevmasm/ConstantOptimiser.h b/libevmasm/ConstantOptimiser.h
index 82982e25..c450b0b4 100644
--- a/libevmasm/ConstantOptimiser.h
+++ b/libevmasm/ConstantOptimiser.h
@@ -91,7 +91,7 @@ protected:
}
/// Replaces all constants i by the code given in @a _replacement[i].
- static void replaceConstants(AssemblyItems& _items, std::map<u256, AssemblyItems> const& _replacement);
+ static void replaceConstants(AssemblyItems& _items, std::map<u256, AssemblyItems> const& _replacements);
Params m_params;
u256 const& m_value;