[llvm-commits] [llvm] r53682 - /llvm/trunk/include/llvm/CallingConv.h
Dan Gohman
gohman at apple.com
Wed Jul 16 08:59:56 PDT 2008
Author: djg
Date: Wed Jul 16 10:59:56 2008
New Revision: 53682
URL: http://llvm.org/viewvc/llvm-project?rev=53682&view=rev
Log:
Tidy a doxygen comment.
Modified:
llvm/trunk/include/llvm/CallingConv.h
Modified: llvm/trunk/include/llvm/CallingConv.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CallingConv.h?rev=53682&r1=53681&r2=53682&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CallingConv.h (original)
+++ llvm/trunk/include/llvm/CallingConv.h Wed Jul 16 10:59:56 2008
@@ -35,7 +35,7 @@
// 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
More information about the llvm-commits
mailing list