diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2016-11-24 19:17:29 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2016-11-25 01:22:22 +0800 |
commit | c0fe5fbe9b474a9cd0db10db5e4410e7950d9a93 (patch) | |
tree | c490fc378fce5f4da1cf8970a96f65ff324b17a5 /libevmasm/AssemblyItem.h | |
parent | e4619048547a51a20899ac9c89cbfac84091b04e (diff) | |
download | dexon-solidity-c0fe5fbe9b474a9cd0db10db5e4410e7950d9a93.tar.gz dexon-solidity-c0fe5fbe9b474a9cd0db10db5e4410e7950d9a93.tar.zst dexon-solidity-c0fe5fbe9b474a9cd0db10db5e4410e7950d9a93.zip |
libevmasm: Add another peephole optimization
Diffstat (limited to 'libevmasm/AssemblyItem.h')
-rw-r--r-- | libevmasm/AssemblyItem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libevmasm/AssemblyItem.h b/libevmasm/AssemblyItem.h index 2bc28dbd..b5bd3ed8 100644 --- a/libevmasm/AssemblyItem.h +++ b/libevmasm/AssemblyItem.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with solidity. If not, see <http://www.gnu.org/licenses/>. */ -/** @file Assembly.h +/** @file AssemblyItem.h * @author Gav Wood <i@gavwood.com> * @date 2014 */ |