forked from OSchip/llvm-project
parent
4fdf181a00
commit
2a91225c23
|
@ -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) {}
|
||||
|
|
Loading…
Reference in New Issue