diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-03-25 02:14:49 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-03-25 02:14:49 +0000 |
| commit | d685514e2e70c1d117272dd02096113e21691070 (patch) | |
| tree | 53e9bee81c8215e9de990df914d4e87259d7d576 /llvm/lib/Target/Alpha/AlphaISelLowering.h | |
| parent | d8aad61d4db37c2edb0b0dc59e860a2678d757cf (diff) | |
| download | bcm5719-llvm-d685514e2e70c1d117272dd02096113e21691070.tar.gz bcm5719-llvm-d685514e2e70c1d117272dd02096113e21691070.zip | |
switch TargetLowering::getConstraintType to take the entire constraint,
not just the first letter. No functionality change.
llvm-svn: 35322
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.h b/llvm/lib/Target/Alpha/AlphaISelLowering.h index 7b26d836eef..24e40a55764 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.h +++ b/llvm/lib/Target/Alpha/AlphaISelLowering.h @@ -81,7 +81,7 @@ namespace llvm { bool isVarArg, unsigned CC, bool isTailCall, SDOperand Callee, ArgListTy &Args, SelectionDAG &DAG); - ConstraintType getConstraintType(char ConstraintLetter) const; + ConstraintType getConstraintType(const std::string &Constraint) const; std::vector<unsigned> getRegClassForInlineAsmConstraint(const std::string &Constraint, |

