From d59d867ca59da0b59438177a2625c05bb30b9977 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 12 Jul 2011 06:29:11 +0000 Subject: insert a bitcast in the 'expand' case of argument passing when needed. This fixes the -m32 build of oggenc. llvm-svn: 134971 --- clang/lib/CodeGen/CodeGenFunction.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenFunction.h') diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 74324e4dc0c..67e63cd346b 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -2315,7 +2315,8 @@ private: /// Ty, into individual arguments on the provided vector \arg Args. See /// ABIArgInfo::Expand. void ExpandTypeToArgs(QualType Ty, RValue Src, - llvm::SmallVector &Args); + llvm::SmallVector &Args, + llvm::FunctionType *IRFuncTy); llvm::Value* EmitAsmInput(const AsmStmt &S, const TargetInfo::ConstraintInfo &Info, -- cgit v1.2.3