summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-01 02:08:13 +0000
committerChris Lattner <sabre@nondot.org>2009-04-01 02:08:13 +0000
commit648390895746f497cd48a34d1f833c69ce3693cd (patch)
tree52f369c935616f4d2ef929b07ea6fd1f6178cd69 /clang/lib/CodeGen/CodeGenModule.cpp
parent7e06443d44d75abea1c5f1d7036b62b1cc8fbee2 (diff)
downloadbcm5719-llvm-648390895746f497cd48a34d1f833c69ce3693cd.tar.gz
bcm5719-llvm-648390895746f497cd48a34d1f833c69ce3693cd.zip
move trivial forwarding function inline.
llvm-svn: 68176
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp
index 4cee5c8f373..59876516aa8 100644
--- a/clang/lib/CodeGen/CodeGenModule.cpp
+++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -923,12 +923,6 @@ void CodeGenModule::EmitAliasDefinition(const ValueDecl *D) {
SetGlobalValueAttributes(D, false, false, GA, true);
}
-void CodeGenModule::UpdateCompletedType(const TagDecl *TD) {
- // Make sure that this type is translated.
- Types.UpdateCompletedType(TD);
-}
-
-
/// getBuiltinLibFunction - Given a builtin id for a function like
/// "__builtin_fabsf", return a Function* for "fabsf".
llvm::Value *CodeGenModule::getBuiltinLibFunction(unsigned BuiltinID) {
OpenPOWER on IntegriCloud