зеркало из https://github.com/microsoft/clang-1.git
Remove unnecessary push_back (at least, I think it's unnecessary);
hopefully, this fixes PR4144 without any regressions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70823 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
3715328021
Коммит
5c667608ef
|
@ -817,8 +817,6 @@ void CodeGenFunction::EmitAsmStmt(const AsmStmt &S) {
|
|||
|
||||
for (unsigned i = 0, e = S.getNumOutputs(); i != e; i++) {
|
||||
TargetInfo::ConstraintInfo &Info = OutputConstraintInfos[i];
|
||||
|
||||
OutputConstraintInfos.push_back(Info);
|
||||
|
||||
// Simplify the output constraint.
|
||||
std::string OutputConstraint(S.getOutputConstraint(i));
|
||||
|
|
Загрузка…
Ссылка в новой задаче