[llvm-commits] CVS: llvm/include/llvm/CodeGen/IntrinsicLowering.h

Reid Spencer reid at x10sys.com
Sun Jan 28 14:26:58 PST 2007



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






More information about the llvm-commits mailing list