Skip to content

Commit 5d3aaac

Browse files
committed
Fix typo
1 parent d77aef1 commit 5d3aaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/ISDOpcodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ 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 a float type. and the second is a constant value with
73+
/// never to be some float types. and the second is a constant value with
7474
/// the value of FPClassTest (casted to uint64_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.

0 commit comments

Comments
 (0)