diff options
author | Dan Gohman <gohman@apple.com> | 2008-07-16 15:59:56 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-07-16 15:59:56 +0000 |
commit | b010a08d3acdc81401051a1ede59a481f73ff15c (patch) | |
tree | 150c3c36d679e274359a93033e413636b8068b8e | |
parent | 26ffe2bea6f1682fb9c503c6e8468b20264778c0 (diff) | |
download | bcm5719-llvm-b010a08d3acdc81401051a1ede59a481f73ff15c.tar.gz bcm5719-llvm-b010a08d3acdc81401051a1ede59a481f73ff15c.zip |
Tidy a doxygen comment.
llvm-svn: 53682
-rw-r--r-- | llvm/include/llvm/CallingConv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CallingConv.h b/llvm/include/llvm/CallingConv.h index 13dd0f79e78..9f268f142d1 100644 --- a/llvm/include/llvm/CallingConv.h +++ b/llvm/include/llvm/CallingConv.h @@ -35,7 +35,7 @@ namespace CallingConv { // prototype exactly match. /// Fast - This calling convention attempts to make calls as fast as - /// possible /// (e.g. by passing things in registers). + /// possible (e.g. by passing things in registers). Fast = 8, // Cold - This calling convention attempts to make code in the caller as |