Skip to content

Commit d77aef1

Browse files
committed
Mention operands
1 parent 1024b94 commit d77aef1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/include/llvm/CodeGen/ISDOpcodes.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ enum NodeType {
6969

7070
/// AssertNoFPClass - These nodes record if a register contains a float
7171
/// value that is known to be not some type.
72+
/// This node takes two operands. The first is the node that is known
73+
/// never to be a float type. and the second is a constant value with
74+
/// the value of FPClassTest (casted to uint64_t).
7275
/// NOTE: In case of the source value (or any vector element value) is
7376
/// poisoned the assertion will not be true for that value.
7477
AssertNoFPClass,

0 commit comments

Comments
 (0)