efriedma added inline comments.

================
Comment at: lib/CodeGen/TargetInfo.cpp:5788
+          llvm::Type *Ty = llvm::ArrayType::get(NewVecTy, Members);
+          return ABIArgInfo::getDirect(Ty, 0, nullptr, false);
+        }
----------------
Do we need equivalent code in classifyReturnType?


https://reviews.llvm.org/D50507



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to