aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/md.texi
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-12-15 18:36:44 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2009-12-15 18:36:44 +0000
commit73b8bfe1d6b9fcefb9f6bf053aeebe3712e87a20 (patch)
tree4eaa660c9b24b7bda34a6758fdaa9e65d230261b /gcc/doc/md.texi
parent1588fb31f6f7b46532ca18a3cc2cb8e9bd25c71e (diff)
downloadgcc-73b8bfe1d6b9fcefb9f6bf053aeebe3712e87a20.zip
gcc-73b8bfe1d6b9fcefb9f6bf053aeebe3712e87a20.tar.gz
gcc-73b8bfe1d6b9fcefb9f6bf053aeebe3712e87a20.tar.bz2
Replace tabs with spaces in .texi files.
gcc/: * doc/extend.texi (Function Attributes, Extended Asm): Replace TABs with spaces. * doc/md.texi (Standard Names): Likewise. * doc/plugins.texi (Plugins): Likewise. From-SVN: r155264
Diffstat (limited to 'gcc/doc/md.texi')
-rw-r--r--gcc/doc/md.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 5a92a80..bcdbabc 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -5189,7 +5189,7 @@ A typical @code{ctrap} pattern looks like
(define_insn "ctrapsi4"
[(trap_if (match_operator 0 "trap_operator"
[(match_operand 1 "register_operand")
- (match_operand 2 "immediate_operand")])
+ (match_operand 2 "immediate_operand")])
(match_operand 3 "const_int_operand" "i"))]
""
"@dots{}")