diff options
author | Akira Hatanaka <ahatanak@gmail.com> | 2011-04-15 21:51:11 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanak@gmail.com> | 2011-04-15 21:51:11 +0000 |
commit | e24891251c9bff66912051c1cc70c6d16205230c (patch) | |
tree | adc48ebf69d9dfa500d6f3b27c4d62353c1c045c /llvm/lib/Target/Mips/MipsISelLowering.h | |
parent | b57edcab3b5c6cfe408e8dee1d20b1ac9c41f9c0 (diff) | |
download | bcm5719-llvm-e24891251c9bff66912051c1cc70c6d16205230c.tar.gz bcm5719-llvm-e24891251c9bff66912051c1cc70c6d16205230c.zip |
Reverse unnecessary changes made in r129606 and r129608. There is no change in functionality.
llvm-svn: 129612
Diffstat (limited to 'llvm/lib/Target/Mips/MipsISelLowering.h')
-rw-r--r-- | llvm/lib/Target/Mips/MipsISelLowering.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelLowering.h b/llvm/lib/Target/Mips/MipsISelLowering.h index 38febcf679c..e4d0c3d24f9 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,9 +148,8 @@ 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; |