Whitespace fix
authorAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 14 Apr 2001 07:21:07 +0000 (07:21 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 14 Apr 2001 07:21:07 +0000 (07:21 +0000)
From-SVN: r41350

gcc/config/mn10300/mn10300.md

index bf913b23b72e84ea79cbb0c41465acf1860c6106..041e0aedcaa6b218f9c62f8101f02f34c00d36ca 100644 (file)
   [(set (pc) (match_operand:SI 0 "register_operand" "a"))
    (use (label_ref (match_operand 1 "" "")))]
   ""
-  "jmp  (%0)"
+  "jmp (%0)"
   [(set_attr "cc" "none")])
 
 ;; Call subroutine with no return value.