Add address space argument to isLegalAddressingMode
[oota-llvm.git] / include / llvm / Target / TargetOpcodes.h
index 7ab1bc3837f69ae206715d8a90d214fe06ccd8cc..afc22365eba7c6e81a339bcf978b8f879ca0c86b 100644 (file)
@@ -116,7 +116,12 @@ enum {
   /// of live pointers for relocation by the garbage collector.  It is
   /// intended to support garbage collection with fully precise relocating
   /// collectors and deoptimizations in either the callee or caller.
-  STATEPOINT = 20
+  STATEPOINT = 20,
+
+  /// Instruction that records the offset of a function's frame allocation in a
+  /// label. Created by the llvm.frameallocate intrinsic. It has two arguments:
+  /// the symbol for the label and the frame index of the stack allocation.
+  FRAME_ALLOC = 21,
 };
 } // end namespace TargetOpcode
 } // end namespace llvm