We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77aef1 commit 5d3aaacCopy full SHA for 5d3aaac
llvm/include/llvm/CodeGen/ISDOpcodes.h
@@ -70,7 +70,7 @@ enum NodeType {
70
/// AssertNoFPClass - These nodes record if a register contains a float
71
/// 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
+ /// never to be some float types. and the second is a constant value with
74
/// the value of FPClassTest (casted to uint64_t).
75
/// NOTE: In case of the source value (or any vector element value) is
76
/// poisoned the assertion will not be true for that value.
0 commit comments