aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/AssemblyItem.h
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-11-25 03:46:40 +0800
committerGitHub <noreply@github.com>2016-11-25 03:46:40 +0800
commita077a3a5ec58c36a0e1ced3eaf8dacd8c761a209 (patch)
treed42f2f8ebeea6318e174511216c542da346a9630 /libevmasm/AssemblyItem.h
parent19c9e85a20f296a66be07cac1573f28000ac5f44 (diff)
parentb6ffb6c8b7a581e1c3d0e7882be0d1606cc37509 (diff)
downloaddexon-solidity-a077a3a5ec58c36a0e1ced3eaf8dacd8c761a209.tar
dexon-solidity-a077a3a5ec58c36a0e1ced3eaf8dacd8c761a209.tar.gz
dexon-solidity-a077a3a5ec58c36a0e1ced3eaf8dacd8c761a209.tar.bz2
dexon-solidity-a077a3a5ec58c36a0e1ced3eaf8dacd8c761a209.tar.lz
dexon-solidity-a077a3a5ec58c36a0e1ced3eaf8dacd8c761a209.tar.xz
dexon-solidity-a077a3a5ec58c36a0e1ced3eaf8dacd8c761a209.tar.zst
dexon-solidity-a077a3a5ec58c36a0e1ced3eaf8dacd8c761a209.zip
Merge pull request #1434 from ethereum/addpop
optimizing ADD; POP and similar
Diffstat (limited to 'libevmasm/AssemblyItem.h')
-rw-r--r--libevmasm/AssemblyItem.h2
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
*/