mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 21:41:38 +00:00
Fix comment. INLINEASM node operand #3 is IsAlignStack bit.
llvm-svn: 123036
This commit is contained in:
parent
c485ff3ced
commit
b960c4c2ae
@ -482,6 +482,7 @@ namespace ISD {
|
|||||||
// Operand #0 : Input chain.
|
// Operand #0 : Input chain.
|
||||||
// Operand #1 : a ExternalSymbolSDNode with a pointer to the asm string.
|
// Operand #1 : a ExternalSymbolSDNode with a pointer to the asm string.
|
||||||
// Operand #2 : a MDNodeSDNode with the !srcloc metadata.
|
// 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:
|
// 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
|
// ConstantSDNode: Flags that encode whether it is a mem or not, the
|
||||||
// of operands that follow, etc. See InlineAsm.h.
|
// of operands that follow, etc. See InlineAsm.h.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user