diff options
Diffstat (limited to 'clang/lib/CodeGen/CGVtable.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGVtable.cpp | 2 |
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(); |