diff options
author | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2010-10-29 23:37:38 +0000 |
---|---|---|
committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2010-10-29 23:37:38 +0000 |
commit | 47245422a45e1a2e89f402e745c6fbfa63d25c6e (patch) | |
tree | 5527a2b089f3c03ea2dc7de9bcfe32436698721f /include/llvm/Target | |
parent | 189c1ec4c162ca3d36d9bca803b032eb19de434a (diff) |
Mult-alt constraint incremental development step 3.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117746 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target')
-rw-r--r-- | include/llvm/Target/TargetLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index d9b0131446..6cdeada2a2 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -1381,7 +1381,7 @@ public: } }; - typedef SmallVector<AsmOperandInfo,16> AsmOperandInfoVector; + typedef std::vector<AsmOperandInfo> AsmOperandInfoVector; /// ParseConstraints - Split up the constraint string from the inline /// assembly value into the specific constraints and their prefixes, |