diff options
Diffstat (limited to 'include/llvm/Target/TargetLowering.h')
-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, |