diff options
| author | Eric Christopher <echristo@apple.com> | 2011-06-29 19:40:01 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2011-06-29 19:40:01 +0000 |
| commit | 372a5c2a98ff71fa0561cd70e87e0920f5d621b1 (patch) | |
| tree | 50e2246c7bf346ce6f6f7582f1e96eb921253303 /llvm/lib/Target/Alpha/AlphaISelLowering.h | |
| parent | eaf77dc2bdfa0f0ca405d635b4a55bf909cb91e9 (diff) | |
| download | bcm5719-llvm-372a5c2a98ff71fa0561cd70e87e0920f5d621b1.tar.gz bcm5719-llvm-372a5c2a98ff71fa0561cd70e87e0920f5d621b1.zip | |
Move Alpha from getRegClassForInlineAsmConstraint to
getRegForInlineAsmConstraint.
Part of rdar://9643582
llvm-svn: 134088
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelLowering.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.h b/llvm/lib/Target/Alpha/AlphaISelLowering.h index d38c3145b19..13383f4430f 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.h +++ b/llvm/lib/Target/Alpha/AlphaISelLowering.h @@ -94,9 +94,9 @@ namespace llvm { ConstraintWeight getSingleConstraintMatchWeight( AsmOperandInfo &info, const char *constraint) const; - std::vector<unsigned> - getRegClassForInlineAsmConstraint(const std::string &Constraint, - EVT VT) const; + std::pair<unsigned, const TargetRegisterClass*> + getRegForInlineAsmConstraint(const std::string &Constraint, + EVT VT) const; MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr *MI, |

