aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenTypes.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-01-31 02:19:00 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-01-31 02:19:00 +0000
commit725ad31086e3d6c41afa10c43db44f2e7060a961 (patch)
tree4130964e56dfcb106c1eff998a037feed83e0541 /lib/CodeGen/CodeGenTypes.h
parentc83c29aec4345632a82b12eb47310a818aa92cdf (diff)
Kill off CGCallInfo, always use CGFunctionInfo for encapsulating
function/call info. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63466 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenTypes.h')
-rw-r--r--lib/CodeGen/CodeGenTypes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/CodeGenTypes.h b/lib/CodeGen/CodeGenTypes.h
index 2fe7c89fad..46ca79a3ca 100644
--- a/lib/CodeGen/CodeGenTypes.h
+++ b/lib/CodeGen/CodeGenTypes.h
@@ -145,10 +145,6 @@ public:
/// GetFunctionType - Get the LLVM function type from Info.
const llvm::FunctionType *GetFunctionType(const CGFunctionInfo &Info);
- /// GetFunctionType - Get the LLVM function type from Info.
- /// \param IsVariadic Should the resulting type be variadic?
- const llvm::FunctionType *GetFunctionType(const CGCallInfo &Info,
- bool IsVariadic);
/// GetFunctionType - Get the LLVM function type for the given types
/// and variadicness.