summary refs log tree commit diff stats
path: root/compiler/ast.nim
diff options
context:
space:
mode:
authorrku <rokups@zoho.com>2015-05-04 11:45:18 +0300
committerbit <rndbit@sysret.net>2015-06-10 10:25:36 +0300
commit658dcd2a58d85e2e786007b2f60d42650cd3ddac (patch)
tree111d80247337546fdce74dc777778fe423cb7904 /compiler/ast.nim
parent372a5d3cbb782db117cde582589bf3514b36a814 (diff)
downloadNim-658dcd2a58d85e2e786007b2f60d42650cd3ddac.tar.gz
Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64
Author:    rku <rokups@zoho.com>
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r--compiler/ast.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim
index 10c0ec56d..bd0d56b7a 100644
--- a/compiler/ast.nim
+++ b/compiler/ast.nim
@@ -544,7 +544,6 @@ type
     mAddF64, mSubF64, mMulF64, mDivF64,
 
     mShrI, mShlI, mBitandI, mBitorI, mBitxorI, mMinI, mMaxI,
-    mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64,
     mMinF64, mMaxF64, mAddU, mSubU, mMulU,
     mDivU, mModU, mEqI, mLeI,
     mLtI,
@@ -597,7 +596,6 @@ const
     mAddI, mSubI, mMulI, mDivI, mModI,
     mAddF64, mSubF64, mMulF64, mDivF64,
     mShrI, mShlI, mBitandI, mBitorI, mBitxorI, mMinI, mMaxI,
-    mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64,
     mMinF64, mMaxF64, mAddU, mSubU, mMulU,
     mDivU, mModU, mEqI, mLeI,
     mLtI,