summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGVtable.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-12-03 03:47:56 +0000
committerMike Stump <mrs@apple.com>2009-12-03 03:47:56 +0000
commite2d4a2c3a8a6869e088e9ad226bedf6a269b238b (patch)
tree14e2127e8b2a4b3e7e6eb61b94d1a2fc46a56c29 /clang/lib/CodeGen/CGVtable.cpp
parent0b6e2600667c5869ab703a6e77a2afb98667a74d (diff)
downloadbcm5719-llvm-e2d4a2c3a8a6869e088e9ad226bedf6a269b238b.tar.gz
bcm5719-llvm-e2d4a2c3a8a6869e088e9ad226bedf6a269b238b.zip
Add support for thunking dtors. Oh why does this make my head hurt?
llvm-svn: 90409
Diffstat (limited to 'clang/lib/CodeGen/CGVtable.cpp')
-rw-r--r--clang/lib/CodeGen/CGVtable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGVtable.cpp b/clang/lib/CodeGen/CGVtable.cpp
index 007960e9983..aefe4cc0882 100644
--- a/clang/lib/CodeGen/CGVtable.cpp
+++ b/clang/lib/CodeGen/CGVtable.cpp
@@ -303,7 +303,7 @@ public:
assert(Index == VtableBuilder::Index[GD] && "Thunk index mismatch!");
- submethods[Index] = CGM.BuildThunk(MD, Extern, Thunk.Adjustment);
+ submethods[Index] = CGM.BuildThunk(GD, Extern, Thunk.Adjustment);
}
Thunks.clear();
OpenPOWER on IntegriCloud