Skip to content

Commit bd34a89

Browse files
committed
Fix comment
1 parent e6f85cb commit bd34a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/CodeGen/ISDOpcodes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ enum NodeType {
7070
/// AssertNoFPClass - These nodes record if a register contains a float
7171
/// value that is known to be not some type.
7272
/// This node takes two operands. The first is the node that is known
73-
/// never to be some float types. and the second is a constant value with
74-
/// the value of FPClassTest (casted to uint64_t).
73+
/// never to be some float types; the second is a constant value with
74+
/// the value of FPClassTest (casted to uint32_t).
7575
/// NOTE: In case of the source value (or any vector element value) is
7676
/// poisoned the assertion will not be true for that value.
7777
AssertNoFPClass,

0 commit comments

Comments
 (0)