aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1992-09-13 16:02:23 +0000
committerTorbjorn Granlund <tege@gnu.org>1992-09-13 16:02:23 +0000
commit304f705fef2dbd7ae4dec1b31f0543ec926acb94 (patch)
tree197805ae0e4b2758aac75a46983366d8c0164973 /gcc
parent0e7f4c1941fff8d4a48a85b3757c29680b8071d5 (diff)
downloadgcc-304f705fef2dbd7ae4dec1b31f0543ec926acb94.zip
gcc-304f705fef2dbd7ae4dec1b31f0543ec926acb94.tar.gz
gcc-304f705fef2dbd7ae4dec1b31f0543ec926acb94.tar.bz2
Clean up indentation.
From-SVN: r2116
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/arm/arm.md80
1 files changed, 40 insertions, 40 deletions
diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md
index 46d43f0..039266b 100644
--- a/gcc/config/arm/arm.md
+++ b/gcc/config/arm/arm.md
@@ -945,8 +945,8 @@
(define_insn "beq"
[(set (pc)
(if_then_else (eq (cc0) (const_int 0))
- (label_ref (match_operand 0 "" ""))
- (pc)))]
+ (label_ref (match_operand 0 "" ""))
+ (pc)))]
""
"*
return (arm_output_asm_insn (\"beq\\t%l0\", operands));
@@ -955,8 +955,8 @@
(define_insn "bne"
[(set (pc)
(if_then_else (ne (cc0) (const_int 0))
- (label_ref (match_operand 0 "" ""))
- (pc)))]
+ (label_ref (match_operand 0 "" ""))
+ (pc)))]
""
"*
return (arm_output_asm_insn (\"bne\\t%l0\", operands));
@@ -965,8 +965,8 @@
(define_insn "bgt"
[(set (pc)
(if_then_else (gt (cc0) (const_int 0))
- (label_ref (match_operand 0 "" ""))
- (pc)))]
+ (label_ref (match_operand 0 "" ""))
+ (pc)))]
""
"*
return (arm_output_asm_insn (\"bgt\\t%l0\", operands));
@@ -975,8 +975,8 @@
(define_insn "ble"
[(set (pc)
(if_then_else (le (cc0) (const_int 0))
- (label_ref (match_operand 0 "" ""))
- (pc)))]
+ (label_ref (match_operand 0 "" ""))
+ (pc)))]
""
"*
return (arm_output_asm_insn (\"ble\\t%l0\", operands));
@@ -985,8 +985,8 @@
(define_insn "bge"
[(set (pc)
(if_then_else (ge (cc0) (const_int 0))
- (label_ref (match_operand 0 "" ""))
- (pc)))]
+ (label_ref (match_operand 0 "" ""))
+ (pc)))]
""
"*
return (arm_output_asm_insn (\"bge\\t%l0\", operands));
@@ -995,8 +995,8 @@
(define_insn "blt"
[(set (pc)
(if_then_else (lt (cc0) (const_int 0))
- (label_ref (match_operand 0 "" ""))
- (pc)))]
+ (label_ref (match_operand 0 "" ""))
+ (pc)))]
""
"*
return (arm_output_asm_insn (\"blt\\t%l0\", operands));
@@ -1005,8 +1005,8 @@
(define_insn "bgtu"
[(set (pc)
(if_then_else (gtu (cc0) (const_int 0))
- (label_ref (match_operand 0 "" ""))
- (pc)))]
+ (label_ref (match_operand 0 "" ""))
+ (pc)))]
""
"*
return (arm_output_asm_insn (\"bhi\\t%l0\", operands));
@@ -1015,8 +1015,8 @@
(define_insn "bleu"
[(set (pc)
(if_then_else (leu (cc0) (const_int 0))
- (label_ref (match_operand 0 "" ""))
- (pc)))]
+ (label_ref (match_operand 0 "" ""))
+ (pc)))]
""
"*
return (arm_output_asm_insn (\"bls\\t%l0\", operands));
@@ -1025,8 +1025,8 @@
(define_insn "bgeu"
[(set (pc)
(if_then_else (geu (cc0) (const_int 0))
- (label_ref (match_operand 0 "" ""))
- (pc)))]
+ (label_ref (match_operand 0 "" ""))
+ (pc)))]
""
"*
return (arm_output_asm_insn (\"bhs\\t%l0\", operands));
@@ -1035,8 +1035,8 @@
(define_insn "bltu"
[(set (pc)
(if_then_else (ltu (cc0) (const_int 0))
- (label_ref (match_operand 0 "" ""))
- (pc)))]
+ (label_ref (match_operand 0 "" ""))
+ (pc)))]
""
"*
return (arm_output_asm_insn (\"blo\\t%l0\", operands));
@@ -1047,8 +1047,8 @@
(define_insn ""
[(set (pc)
(if_then_else (eq (cc0) (const_int 0))
- (pc)
- (label_ref (match_operand 0 "" ""))))]
+ (pc)
+ (label_ref (match_operand 0 "" ""))))]
""
"*
return (arm_output_asm_insn (\"bne\\t%l0\", operands));
@@ -1057,8 +1057,8 @@
(define_insn ""
[(set (pc)
(if_then_else (ne (cc0) (const_int 0))
- (pc)
- (label_ref (match_operand 0 "" ""))))]
+ (pc)
+ (label_ref (match_operand 0 "" ""))))]
""
"*
return (arm_output_asm_insn (\"beq\\t%l0\", operands));
@@ -1067,8 +1067,8 @@
(define_insn ""
[(set (pc)
(if_then_else (gt (cc0) (const_int 0))
- (pc)
- (label_ref (match_operand 0 "" ""))))]
+ (pc)
+ (label_ref (match_operand 0 "" ""))))]
""
"*
return (arm_output_asm_insn (\"ble\\t%l0\", operands));
@@ -1077,8 +1077,8 @@
(define_insn ""
[(set (pc)
(if_then_else (le (cc0) (const_int 0))
- (pc)
- (label_ref (match_operand 0 "" ""))))]
+ (pc)
+ (label_ref (match_operand 0 "" ""))))]
""
"*
return (arm_output_asm_insn (\"bgt\\t%l0\", operands));
@@ -1087,8 +1087,8 @@
(define_insn ""
[(set (pc)
(if_then_else (ge (cc0) (const_int 0))
- (pc)
- (label_ref (match_operand 0 "" ""))))]
+ (pc)
+ (label_ref (match_operand 0 "" ""))))]
""
"*
return (arm_output_asm_insn (\"blt\\t%l0\", operands));
@@ -1097,8 +1097,8 @@
(define_insn ""
[(set (pc)
(if_then_else (lt (cc0) (const_int 0))
- (pc)
- (label_ref (match_operand 0 "" ""))))]
+ (pc)
+ (label_ref (match_operand 0 "" ""))))]
""
"*
return (arm_output_asm_insn (\"bge\\t%l0\", operands));
@@ -1107,8 +1107,8 @@
(define_insn ""
[(set (pc)
(if_then_else (gtu (cc0) (const_int 0))
- (pc)
- (label_ref (match_operand 0 "" ""))))]
+ (pc)
+ (label_ref (match_operand 0 "" ""))))]
""
"*
return (arm_output_asm_insn (\"bls\\t%l0\", operands));
@@ -1117,8 +1117,8 @@
(define_insn ""
[(set (pc)
(if_then_else (leu (cc0) (const_int 0))
- (pc)
- (label_ref (match_operand 0 "" ""))))]
+ (pc)
+ (label_ref (match_operand 0 "" ""))))]
""
"*
return (arm_output_asm_insn (\"bhi\\t%l0\", operands));
@@ -1127,8 +1127,8 @@
(define_insn ""
[(set (pc)
(if_then_else (geu (cc0) (const_int 0))
- (pc)
- (label_ref (match_operand 0 "" ""))))]
+ (pc)
+ (label_ref (match_operand 0 "" ""))))]
""
"*
return (arm_output_asm_insn (\"blo\\t%l0\", operands));
@@ -1137,8 +1137,8 @@
(define_insn ""
[(set (pc)
(if_then_else (ltu (cc0) (const_int 0))
- (pc)
- (label_ref (match_operand 0 "" ""))))]
+ (pc)
+ (label_ref (match_operand 0 "" ""))))]
""
"*
return (arm_output_asm_insn (\"bhs\\t%l0\", operands));