]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/m32c/m32c.c
Remove COPY_HARD_REG_SET
[thirdparty/gcc.git] / gcc / config / m32c / m32c.c
index ace00e06cab93257967eee1954a27242e8141c22..4e1828789e937bfebe7f03827aee82e1404bac1c 100644 (file)
@@ -2152,7 +2152,7 @@ m32c_register_move_cost (machine_mode mode, reg_class_t from,
   HARD_REG_SET cc;
 
 /* FIXME: pick real values, but not 2 for now.  */
-  COPY_HARD_REG_SET (cc, reg_class_contents[(int) from]);
+  cc = reg_class_contents[from];
   IOR_HARD_REG_SET (cc, reg_class_contents[(int) to]);
 
   if (mode == QImode