X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FTableGen%2FCodeGenInstruction.h;h=92aac5fed330d811eec76243379ad78e60a1a415;hb=798ace2e58a4bbe607d907a9efc7388e221dc431;hp=649fbc29ce73a9c637ee027d266811f8d5501abe;hpb=dac67649f271cc085f61d450c649a3ca271c8828;p=oota-llvm.git diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h index 649fbc29ce7..92aac5fed33 100644 --- a/utils/TableGen/CodeGenInstruction.h +++ b/utils/TableGen/CodeGenInstruction.h @@ -255,6 +255,7 @@ namespace llvm { bool isPseudo : 1; bool isRegSequence : 1; bool isExtractSubreg : 1; + bool isInsertSubreg : 1; std::string DeprecatedReason; bool HasComplexDeprecationPredicate;