summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsISelLowering.h
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2011-04-15 21:00:26 +0000
committerAkira Hatanaka <ahatanak@gmail.com>2011-04-15 21:00:26 +0000
commitaef55c8801ef2b6ab81ac73d1499e98eb86947bf (patch)
tree46ec104c5a506bbadcafeab5a35b14e8b9e8ae8a /llvm/lib/Target/Mips/MipsISelLowering.h
parentfec280e750d1251af2f975173e2e4af05b0f46da (diff)
downloadbcm5719-llvm-aef55c8801ef2b6ab81ac73d1499e98eb86947bf.tar.gz
bcm5719-llvm-aef55c8801ef2b6ab81ac73d1499e98eb86947bf.zip
Fix lines that have incorrect indentation or exceed 80 columns. There is no change in functionality.
llvm-svn: 129606
Diffstat (limited to 'llvm/lib/Target/Mips/MipsISelLowering.h')
-rw-r--r--llvm/lib/Target/Mips/MipsISelLowering.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelLowering.h b/llvm/lib/Target/Mips/MipsISelLowering.h
index e4d0c3d24f9..38febcf679c 100644
--- a/llvm/lib/Target/Mips/MipsISelLowering.h
+++ b/llvm/lib/Target/Mips/MipsISelLowering.h
@@ -1,16 +1,16 @@
-//===-- MipsISelLowering.h - Mips DAG Lowering Interface --------*- C++ -*-===//
+//===-- MipsISelLowering.h - Mips DAG Lowering Interface -------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
-//===----------------------------------------------------------------------===//
+//===---------------------------------------------------------------------===//
//
// This file defines the interfaces that Mips uses to lower LLVM code into a
// selection DAG.
//
-//===----------------------------------------------------------------------===//
+//===---------------------------------------------------------------------===//
#ifndef MipsISELLOWERING_H
#define MipsISELLOWERING_H
@@ -71,9 +71,9 @@ namespace llvm {
};
}
- //===--------------------------------------------------------------------===//
+ //===-------------------------------------------------------------------===//
// TargetLowering Implementation
- //===--------------------------------------------------------------------===//
+ //===-------------------------------------------------------------------===//
class MipsTargetLowering : public TargetLowering {
public:
@@ -148,8 +148,9 @@ namespace llvm {
// Inline asm support
ConstraintType getConstraintType(const std::string &Constraint) const;
- /// Examine constraint string and operand type and determine a weight value.
- /// The operand object must already have been set up with the operand type.
+ /// Examine constraint string and operand type and determine a weight
+ /// value. The operand object must already have been set up with the
+ /// operand type.
ConstraintWeight getSingleConstraintMatchWeight(
AsmOperandInfo &info, const char *constraint) const;
OpenPOWER on IntegriCloud