[llvm-commits] [llvm] r107458 - /llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h

Dan Gohman gohman at apple.com
Thu Jul 1 18:20:16 PDT 2010


Author: djg
Date: Thu Jul  1 20:20:16 2010
New Revision: 107458

URL: http://llvm.org/viewvc/llvm-project?rev=107458&view=rev
Log:
Comment a non-obvious member variable.

Modified:
    llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h

Modified: llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h?rev=107458&r1=107457&r2=107458&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h Thu Jul  1 20:20:16 2010
@@ -1572,6 +1572,8 @@
   struct OutputArg {
     ArgFlagsTy Flags;
     SDValue Val;
+
+    /// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
     bool IsFixed;
 
     OutputArg() : IsFixed(false) {}





More information about the llvm-commits mailing list