Fix comment. INLINEASM node operand #3 is IsAlignStack bit.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 7 Jan 2011 21:38:59 +0000 (21:38 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 7 Jan 2011 21:38:59 +0000 (21:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123036 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ISDOpcodes.h

index a78a3fa05f545cd0763072ad4788438f54e6227d..7236bd5717ff3dafb5e70b4889478ebce19f6c52 100644 (file)
@@ -482,6 +482,7 @@ namespace ISD {
     //   Operand #0   : Input chain.
     //   Operand #1   : a ExternalSymbolSDNode with a pointer to the asm string.
     //   Operand #2   : a MDNodeSDNode with the !srcloc metadata.
+    //   Operand #3   : IsAlignStack bit.
     //   After this, it is followed by a list of operands with this format:
     //     ConstantSDNode: Flags that encode whether it is a mem or not, the
     //                     of operands that follow, etc.  See InlineAsm.h.