Initial version of Go bindings.
[oota-llvm.git] / utils / TableGen / CodeGenInstruction.h
index 649fbc29ce73a9c637ee027d266811f8d5501abe..92aac5fed330d811eec76243379ad78e60a1a415 100644 (file)
@@ -255,6 +255,7 @@ namespace llvm {
     bool isPseudo : 1;
     bool isRegSequence : 1;
     bool isExtractSubreg : 1;
+    bool isInsertSubreg : 1;
 
     std::string DeprecatedReason;
     bool HasComplexDeprecationPredicate;