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