aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTilmann Scheller <tilmann.scheller@googlemail.com>2011-03-03 07:49:07 +0000
committerTilmann Scheller <tilmann.scheller@googlemail.com>2011-03-03 07:49:07 +0000
commit49d7999b89759a1b58180fec9c491ba05204c95c (patch)
treec6323a9a5351cf0ec3bb0e8253cb3c6143aa8545 /include
parent78c1e1781cf36dd19988047eac8f664873d35237 (diff)
downloadexternal_llvm-49d7999b89759a1b58180fec9c491ba05204c95c.zip
external_llvm-49d7999b89759a1b58180fec9c491ba05204c95c.tar.gz
external_llvm-49d7999b89759a1b58180fec9c491ba05204c95c.tar.bz2
Use X86_thiscall calling convention for Win64 as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126934 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CallingConv.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/llvm/CallingConv.h b/include/llvm/CallingConv.h
index 49dcbb8..4c5ee62 100644
--- a/include/llvm/CallingConv.h
+++ b/include/llvm/CallingConv.h
@@ -94,10 +94,7 @@ namespace CallingConv {
/// MBLAZE_INTR - Calling convention used for MBlaze interrupt support
/// routines (i.e. GCC's save_volatiles attribute).
- MBLAZE_SVOL = 74,
-
- /// Win64_ThisCall - Calling convention used for method calls on Win64.
- Win64_ThisCall = 75
+ MBLAZE_SVOL = 74
};
} // End CallingConv namespace