Common subdirectories: ./gcc/config/msp430/CVS and ../gcc-3.3.6/gcc/config/msp430/CVS
diff -u ./gcc/config/msp430/msp430.md ../gcc-3.3.6/gcc/config/msp430/msp430.md
--- ./gcc/config/msp430/msp430.md	2003-06-03 16:32:28.000000000 +0300
+++ ../gcc-3.3.6/gcc/config/msp430/msp430.md	2006-10-03 11:35:06.000000000 +0300
@@ -1068,7 +1068,7 @@
 
 (define_insn "movqipi"
   [(set (match_operand:QI 0 "nonimmediate_operand_msp430" "=r,m")
-	(mem:QI (post_inc:QI (match_operand:HI 1 "register_operand" "r,r"))))]
+	(mem:QI (post_inc:HI (match_operand:HI 1 "register_operand" "r,r"))))]
   ""
   "mov.b	@%1+, %0"
 [(set_attr "length" "1,2")
@@ -1995,17 +1995,8 @@
   [(set (match_operand:SI 0 "nonimmediate_operand" "")
         (not:SI (match_operand:SI 1 "nonimmediate_operand" "0")))]
   ""
-  "{
-      rtx op0, op1;
-      
-      op0 = gen_lowpart(HImode,operands[0]);
-      op1 = gen_lowpart(HImode,operands[1]);
-      emit_insn(gen_one_cmplhi2(op0,op1));
-      op0 = gen_highpart(HImode,operands[0]);
-      op1 = gen_highpart(HImode,operands[1]);
-      emit_insn(gen_one_cmplhi2(op0,op1));
-      DONE;
-  }")
+  "")
+
 
 (define_insn "*one_cmplsi2_2"
   [(set (match_operand:SI 0 "nonimmediate_operand" 	   "=r, m")
Only in ../gcc-3.3.6/gcc/config/msp430/: msp430.md~
