aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CallingConv.h
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-06-05 16:29:06 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-06-05 16:29:06 +0000
commitbddcb9427cb36ac6609fef233eaac3c9b5e5a8f4 (patch)
tree2560e148ff31e45331953aabbabe61335f1b5186 /include/llvm/CallingConv.h
parentfcadfbbdef6c87cf3952142e396e5872e30da8a3 (diff)
downloadexternal_llvm-bddcb9427cb36ac6609fef233eaac3c9b5e5a8f4.zip
external_llvm-bddcb9427cb36ac6609fef233eaac3c9b5e5a8f4.tar.gz
external_llvm-bddcb9427cb36ac6609fef233eaac3c9b5e5a8f4.tar.bz2
For PR778:
Move file-scoped documentation to class-scoped so it is more readily accessible. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28689 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CallingConv.h')
-rw-r--r--include/llvm/CallingConv.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/llvm/CallingConv.h b/include/llvm/CallingConv.h
index 568154b..2e3ccee 100644
--- a/include/llvm/CallingConv.h
+++ b/include/llvm/CallingConv.h
@@ -7,8 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file defines a set of enums which specify the assigned numeric values
-// for known llvm calling conventions.
+// This file defines LLVM's set of calling conventions.
//
//===----------------------------------------------------------------------===//
@@ -21,6 +20,9 @@ namespace llvm {
/// the well-known calling conventions.
///
namespace CallingConv {
+ /// A set of enums which specify the assigned numeric values for known llvm
+ /// calling conventions.
+ /// @brief LLVM Calling Convention Representation
enum ID {
// C - The default llvm calling convention, compatible with C. This
// convention is the only calling convention that supports varargs calls.