diff options
author | Eric Christopher <echristo@apple.com> | 2011-06-02 23:16:42 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-06-02 23:16:42 +0000 |
commit | 100c83341676d8aae8fc34b5452563ed08b14f3e (patch) | |
tree | 2a454e55602b207487f2b47e4832b8715368f0b7 /lib/Target/ARM/ARMISelLowering.h | |
parent | 4f3fb6d08be511a277f92279e803ae6e95b00126 (diff) |
Have LowerOperandForConstraint handle multiple character constraints.
Part of rdar://9119939
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132510 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.h')
-rw-r--r-- | lib/Target/ARM/ARMISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h index 8ef0601e69..21a9a3aa74 100644 --- a/lib/Target/ARM/ARMISelLowering.h +++ b/lib/Target/ARM/ARMISelLowering.h @@ -315,7 +315,7 @@ namespace llvm { /// true it means one of the asm constraint of the inline asm instruction /// being processed is 'm'. virtual void LowerAsmOperandForConstraint(SDValue Op, - char ConstraintLetter, + std::string &Constraint, std::vector<SDValue> &Ops, SelectionDAG &DAG) const; |