From ddf6d9ec2f69fae331d35e414cd34bc7a48eccd6 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Sat, 30 Oct 2010 13:46:39 +0000 Subject: [PATCH] 80 columns. llvm-svn: 117784 --- include/llvm/Target/Target.td | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/llvm/Target/Target.td b/include/llvm/Target/Target.td index 366a72fea7e..7db2e86b352 100644 --- a/include/llvm/Target/Target.td +++ b/include/llvm/Target/Target.td @@ -150,8 +150,8 @@ class DwarfRegNum Numbers> { // These values can be determined by locating the .h file in the // directory llvmgcc/gcc/config// and looking for REGISTER_NAMES. The // order of these names correspond to the enumeration used by gcc. A value of - // -1 indicates that the gcc number is undefined and -2 that register number is - // invalid for this mode/flavour. + // -1 indicates that the gcc number is undefined and -2 that register number + // is invalid for this mode/flavour. list DwarfNumbers = Numbers; } @@ -506,9 +506,9 @@ class AsmParser { // name. string AsmParserClassName = "AsmParser"; - // AsmParserInstCleanup - If non-empty, this is the name of a custom function on the - // AsmParser class to call on every matched instruction. This can be used to - // perform target specific instruction post-processing. + // AsmParserInstCleanup - If non-empty, this is the name of a custom member + // function of the AsmParser class to call on every matched instruction. + // This can be used to perform target specific instruction post-processing. string AsmParserInstCleanup = ""; // Variant - AsmParsers can be of multiple different variants. Variants are