Get rid of an old comment
authorGabe Black <gblack@eecs.umich.edu>
Tue, 24 Jul 2007 22:03:43 +0000 (15:03 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 24 Jul 2007 22:03:43 +0000 (15:03 -0700)
--HG--
extra : convert_revision : 4d626721ad54af9cbf5b0c07a3a6e8a05e4e9ab5

src/arch/x86/isa/insts/arithmetic/add_and_subtract.py

index e637251d24916a69cb8d7ae32d2087f1d905efa9..e104eaeeddaf97f5c7c48c83a8e8e23ebb4ebd3b 100644 (file)
@@ -298,15 +298,3 @@ def macroop NEG_P
     st t1, ds, [0, t0, t7], disp
 };
 '''
-#let {{
-#    class ADC(Inst):
-#      "Adc ^0 ^0 ^1"
-#    class ADD(Inst):
-#      "Add ^0 ^0 ^1"
-#    class SBB(Inst):
-#      "Sbb ^0 ^0 ^1"
-#    class SUB(Inst):
-#      "Sub ^0 ^0 ^1"
-#    class NEG(Inst):
-#      "Sub ^0 $0 ^0"
-#}};