Shorten name.

llvm-svn: 80744
diff --git a/clang/lib/CodeGen/Mangle.h b/clang/lib/CodeGen/Mangle.h
index a2fba4e..fd88679 100644
--- a/clang/lib/CodeGen/Mangle.h
+++ b/clang/lib/CodeGen/Mangle.h
@@ -34,8 +34,8 @@
   
   bool mangleName(const NamedDecl *D, ASTContext &Context, 
                   llvm::raw_ostream &os);
-  void mangleThunkName(const NamedDecl *D, bool Virtual, int64_t n,
-                       int64_t vn, ASTContext &Context, llvm::raw_ostream &os);
+  void mangleThunk(const NamedDecl *D, bool Virtual, int64_t n, int64_t vn,
+                   ASTContext &Context, llvm::raw_ostream &os);
   void mangleGuardVariable(const VarDecl *D, ASTContext &Context,
                            llvm::raw_ostream &os);
   void mangleCXXVtable(QualType T, ASTContext &Context, llvm::raw_ostream &os);