Comment a non-obvious member variable.

llvm-svn: 107458
This commit is contained in:
Dan Gohman 2010-07-02 01:20:16 +00:00
parent 4fdf181a00
commit 2a91225c23
1 changed files with 2 additions and 0 deletions

View File

@ -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) {}