Changes in directory llvm/include/llvm/CodeGen:
IntrinsicLowering.h updated: 1.11 -> 1.12 --- Log message: Adjust a comment to reflect reality. --- Diffs of the changes: (+4 -4) IntrinsicLowering.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/include/llvm/CodeGen/IntrinsicLowering.h diff -u llvm/include/llvm/CodeGen/IntrinsicLowering.h:1.11 llvm/include/llvm/CodeGen/IntrinsicLowering.h:1.12 --- llvm/include/llvm/CodeGen/IntrinsicLowering.h:1.11 Wed Nov 15 12:00:10 2006 +++ llvm/include/llvm/CodeGen/IntrinsicLowering.h Sun Jan 28 16:26:42 2007 @@ -31,10 +31,10 @@ /// inserted into the module specified. void AddPrototypes(Module &M); - /// LowerIntrinsicCall - This method returns the LLVM function which should - /// be used to implement the specified intrinsic function call. If an - /// intrinsic function must be implemented by the code generator (such as - /// va_start), this function should print a message and abort. + /// LowerIntrinsicCall - This method replaces a call with the LLVM function + /// which should be used to implement the specified intrinsic function call. + /// If an intrinsic function must be implemented by the code generator + /// (such as va_start), this function should print a message and abort. /// /// Otherwise, if an intrinsic function call can be lowered, the code to /// implement it (often a call to a non-intrinsic function) is inserted _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits