improve comment
authorChris Lattner <sabre@nondot.org>
Mon, 29 Aug 2005 22:48:32 +0000 (22:48 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Aug 2005 22:48:32 +0000 (22:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23134 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGNodes.h

index 7f66e5ad146ddef5022a2059f84593d62dd54a7b..ba53a18b70c03f38ffd666f671f93196b756ba33 100644 (file)
@@ -220,7 +220,9 @@ namespace ISD {
     // DYNAMIC_STACKALLOC - Allocate some number of bytes on the stack aligned
     // to a specified boundary.  The first operand is the token chain, the
     // second is the number of bytes to allocate, and the third is the alignment
-    // boundary.
+    // boundary.  The size is guaranteed to be a multiple of the stack 
+    // alignment, and the alignment is guaranteed to be bigger than the stack 
+    // alignment (if required) or 0 to get standard stack alignment.
     DYNAMIC_STACKALLOC,
 
     // Control flow instructions.  These all have token chains.