Deleted Added
sdiff udiff text old ( 193323 ) new ( 195340 )
full compact
1//===-- SparcISelLowering.h - Sparc DAG Lowering Interface ------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 59 unchanged lines hidden (view full) ---

68 ConstraintType getConstraintType(const std::string &Constraint) const;
69 std::pair<unsigned, const TargetRegisterClass*>
70 getRegForInlineAsmConstraint(const std::string &Constraint, MVT VT) const;
71 std::vector<unsigned>
72 getRegClassForInlineAsmConstraint(const std::string &Constraint,
73 MVT VT) const;
74
75 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
76 };
77} // end namespace llvm
78
79#endif // SPARC_ISELLOWERING_H