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 | de9399bf7656346d25ebbfad7bcbddc8ec1f378e (patch) | |
| tree | 629ab3e178efe7ecb9d8f31080091bf7e7763454 /llvm/lib/Target/ARM/ARMISelLowering.h | |
| parent | 60cdf8e72712b5e9c48cd7e48d4e42cc5d3e8c9d (diff) | |
| download | bcm5719-llvm-de9399bf7656346d25ebbfad7bcbddc8ec1f378e.tar.gz bcm5719-llvm-de9399bf7656346d25ebbfad7bcbddc8ec1f378e.zip | |
Have LowerOperandForConstraint handle multiple character constraints.
Part of rdar://9119939
llvm-svn: 132510
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h index 8ef0601e69f..21a9a3aa746 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.h +++ b/llvm/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; |

