forked from OSchip/llvm-project
parent
7989f834c7
commit
c4ee7d1add
|
@ -1368,7 +1368,12 @@ public:
|
|||
class AsmStmt : public Stmt {
|
||||
protected:
|
||||
SourceLocation AsmLoc;
|
||||
/// \brief True if the assembly statement does not have any input or output
|
||||
/// operands.
|
||||
bool IsSimple;
|
||||
|
||||
/// \brief If true, treat this inline assembly as having side effects.
|
||||
/// This assembly statement should not be optimized, deleted or moved.
|
||||
bool IsVolatile;
|
||||
|
||||
unsigned NumOutputs;
|
||||
|
|
Loading…
Reference in New Issue