aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r--lib/CodeGen/CodeGenFunction.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
index ef7009c5aa..5054b56d21 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -138,15 +138,6 @@ public:
const FunctionArgList &Args);
void FinishFunction(SourceLocation EndLoc=SourceLocation());
- /// ReturnTypeUsesSret - Return true iff the given type uses 'sret'
- /// when used as a return type.
- static bool ReturnTypeUsesSret(QualType RetTy);
-
- static void ConstructParamAttrList(const Decl *TargetDecl,
- const ArgTypeIterator begin,
- const ArgTypeIterator end,
- ParamAttrListType &PAL);
-
/// EmitFunctionProlog - Emit the target specific LLVM code to load
/// the arguments for the given function. This is also responsible
/// for naming the LLVM function arguments.