aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGVtable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/CGVtable.cpp')
-rw-r--r--lib/CodeGen/CGVtable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGVtable.cpp b/lib/CodeGen/CGVtable.cpp
index 007960e998..aefe4cc088 100644
--- a/lib/CodeGen/CGVtable.cpp
+++ b/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();