commit | 7872507fbae0499abf7e3c2e95ffa2aefbc4e874 | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Tue Feb 05 16:57:38 2008 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Tue Feb 05 16:57:38 2008 +0000 |
tree | d7472c4f14efd5831d9a3dbceea594d86dd6bbaa | |
parent | af6a6c26763bdaec4048f0efa598a1299c5edef4 [diff] [blame] |
Append input argument to args vector. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46751 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/CodeGen/CGStmt.cpp b/CodeGen/CGStmt.cpp index 77427fb..6393d1d 100644 --- a/CodeGen/CGStmt.cpp +++ b/CodeGen/CGStmt.cpp
@@ -626,6 +626,7 @@ Constraints += "=" + OutputConstraint; } else { ArgTypes.push_back(Dest.getAddress()->getType()); + Args.push_back(Dest.getAddress()); if (i != 0) Constraints += ','; Constraints += '*';