X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FCallingConv.h;h=072f7c3863027aaa0430f30e71a90acf188fe77f;hb=4f80178a104f03929e7e7ec782971830cf4cca01;hp=a10bc39b468dec4aee169dc5974951ed9f6a85a6;hpb=02b2a4c77a7146f434a74d3db44ebaf79be3a5e7;p=oota-llvm.git diff --git a/include/llvm/CallingConv.h b/include/llvm/CallingConv.h index a10bc39b468..072f7c38630 100644 --- a/include/llvm/CallingConv.h +++ b/include/llvm/CallingConv.h @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by the LLVM research group and is distributed under -// the University of Illinois Open Source License. See LICENSE.TXT for details. +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // @@ -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