aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-07 20:16:30 +0000
committerChris Lattner <sabre@nondot.org>2006-02-07 20:16:30 +0000
commitad3bc8d8add8204195aeb5106036eb7992541bdb (patch)
tree937b8ea8886717450a82161ed387a25baaf8f586 /lib/Target/PowerPC/PPCISelLowering.h
parenteac707f7022c011c61154568b136290703b74316 (diff)
downloadexternal_llvm-ad3bc8d8add8204195aeb5106036eb7992541bdb.zip
external_llvm-ad3bc8d8add8204195aeb5106036eb7992541bdb.tar.gz
external_llvm-ad3bc8d8add8204195aeb5106036eb7992541bdb.tar.bz2
Implement getConstraintType for PPC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26042 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.h')
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h
index bcf4c6f..681d41a 100644
--- a/lib/Target/PowerPC/PPCISelLowering.h
+++ b/lib/Target/PowerPC/PPCISelLowering.h
@@ -97,6 +97,7 @@ namespace llvm {
virtual MachineBasicBlock *InsertAtEndOfBasicBlock(MachineInstr *MI,
MachineBasicBlock *MBB);
+ ConstraintType getConstraintType(char ConstraintLetter) const;
std::vector<unsigned>
getRegForInlineAsmConstraint(const std::string &Constraint) const;
bool isOperandValidForConstraint(SDOperand Op, char ConstraintLetter);