summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelLowering.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-21 23:11:00 +0000
committerChris Lattner <sabre@nondot.org>2006-02-21 23:11:00 +0000
commit4217ca8dc175f7268a4335c8406dedd901e8e631 (patch)
tree5b005d58753216105bb61c8ea24dfd5e1f6b00ec /lib/Target/PowerPC/PPCISelLowering.h
parentaba3b13fb3e00b16725860e46a484c88136569f6 (diff)
downloadllvm-4217ca8dc175f7268a4335c8406dedd901e8e631.tar.gz
llvm-4217ca8dc175f7268a4335c8406dedd901e8e631.tar.bz2
llvm-4217ca8dc175f7268a4335c8406dedd901e8e631.tar.xz
Updates to match change of getRegForInlineAsmConstraint prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26305 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.h')
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h
index 681d41a853..a1ce5545c3 100644
--- a/lib/Target/PowerPC/PPCISelLowering.h
+++ b/lib/Target/PowerPC/PPCISelLowering.h
@@ -99,7 +99,8 @@ namespace llvm {
ConstraintType getConstraintType(char ConstraintLetter) const;
std::vector<unsigned>
- getRegForInlineAsmConstraint(const std::string &Constraint) const;
+ getRegForInlineAsmConstraint(const std::string &Constraint,
+ MVT::ValueType VT) const;
bool isOperandValidForConstraint(SDOperand Op, char ConstraintLetter);
};
}