summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2010-02-12 15:28:40 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2010-02-12 15:28:40 +0000
commit4dd162f3945636cbe6123682619e994f75a62d00 (patch)
tree13febe0c2b4d5b33cbcdcfa59620cb7619c66a6d /include/llvm/CodeGen/AsmPrinter.h
parentf21a2f15aa967f16c2b8c71da3009c583890a059 (diff)
downloadllvm-4dd162f3945636cbe6123682619e994f75a62d00.tar.gz
llvm-4dd162f3945636cbe6123682619e994f75a62d00.tar.bz2
llvm-4dd162f3945636cbe6123682619e994f75a62d00.tar.xz
Cleanup stdcall / fastcall name mangling.
This should fix alot of problems we saw so far, e.g. PRs 5851 & 2936 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95980 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/AsmPrinter.h')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 3c4dcb557d..28a1a3e7f3 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -308,7 +308,7 @@ namespace llvm {
/// GetGlobalValueSymbol - Return the MCSymbol for the specified global
/// value.
- MCSymbol *GetGlobalValueSymbol(const GlobalValue *GV) const;
+ virtual MCSymbol *GetGlobalValueSymbol(const GlobalValue *GV) const;
/// GetSymbolWithGlobalValueBase - Return the MCSymbol for a symbol with
/// global value name as its base, with the specified suffix, and where the