[llvm-commits] [llvm] r123036 - /llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h

Evan Cheng evan.cheng at apple.com
Fri Jan 7 13:38:59 PST 2011


Author: evancheng
Date: Fri Jan  7 15:38:59 2011
New Revision: 123036

URL: http://llvm.org/viewvc/llvm-project?rev=123036&view=rev
Log:
Fix comment. INLINEASM node operand #3 is IsAlignStack bit.

Modified:
    llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h

Modified: llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h?rev=123036&r1=123035&r2=123036&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h Fri Jan  7 15:38:59 2011
@@ -482,6 +482,7 @@
     //   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.





More information about the llvm-commits mailing list