Skip to content

Commit

Permalink
Comment a non-obvious member variable.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107458 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Dan Gohman committed Jul 2, 2010
1 parent 108e370 commit 9342c17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/llvm/CodeGen/SelectionDAGNodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -1572,6 +1572,8 @@ namespace ISD {
struct OutputArg {
ArgFlagsTy Flags;
SDValue Val;

/// IsFixed - Is this a "fixed" value, ie not passed through a vararg "...".
bool IsFixed;

OutputArg() : IsFixed(false) {}
Expand Down

0 comments on commit 9342c17

Please sign in to comment.