diff Jint.Runtime/VM/OpCodes/Codes.cs @ 4:1ae5b10f7a10

Code cleanup, minor refactoring
author cin
date Sun, 27 Oct 2013 21:20:59 +0400
parents aced2ae9957f
children
line wrap: on
line diff
--- a/Jint.Runtime/VM/OpCodes/Codes.cs	Sun Oct 27 17:23:25 2013 +0400
+++ b/Jint.Runtime/VM/OpCodes/Codes.cs	Sun Oct 27 21:20:59 2013 +0400
@@ -20,12 +20,8 @@
         LOr,
         LNot,
         
-        Gte,
-        Lte,
-        Gt,
-        Lt,
+        Cmp,
         Eq,
-        Ne,
 
         MaxOp
     }