[Lldb-commits] [lldb] r112548 - /lldb/trunk/include/lldb/Expression/IRForTarget.h

Sean Callanan scallanan at apple.com
Mon Aug 30 16:10:43 PDT 2010


Author: spyffe
Date: Mon Aug 30 18:10:43 2010
New Revision: 112548

URL: http://llvm.org/viewvc/llvm-project?rev=112548&view=rev
Log:
Removed documentation for a non-existent function
parameter.

Modified:
    lldb/trunk/include/lldb/Expression/IRForTarget.h

Modified: lldb/trunk/include/lldb/Expression/IRForTarget.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/IRForTarget.h?rev=112548&r1=112547&r2=112548&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/IRForTarget.h (original)
+++ lldb/trunk/include/lldb/Expression/IRForTarget.h Mon Aug 30 18:10:43 2010
@@ -47,10 +47,6 @@
     //------------------------------------------------------------------
     /// Constructor
     ///
-    /// @param[in] pid
-    ///     A unique identifier for this pass.  I'm not sure what this does;
-    ///     it just gets passed down to ModulePass's constructor.
-    ///
     /// @param[in] decl_map
     ///     The list of externally-referenced variables for the expression,
     ///     for use in looking up globals and allocating the argument





More information about the lldb-commits mailing list