OSDN Git Service

Adjust a comment to reflect reality.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 28 Jan 2007 22:26:42 +0000 (22:26 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 28 Jan 2007 22:26:42 +0000 (22:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33607 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/IntrinsicLowering.h

index ae7526c..f429336 100644 (file)
@@ -31,10 +31,10 @@ namespace llvm {
     /// 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