Skip to content

Commit 4bdaadd

Browse files
committed
fix comment
1 parent d9472cc commit 4bdaadd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ WebAssemblyTargetLowering::WebAssemblyTargetLowering(
143143
// Support minimum and maximum, which otherwise default to expand.
144144
setOperationAction(ISD::FMINIMUM, T, Legal);
145145
setOperationAction(ISD::FMAXIMUM, T, Legal);
146-
// When experimental vector f16 is enabled these instructions don't need to
147-
// be expanded for v8f16.
146+
// When experimental v8f16 support is enabled these instructions don't need
147+
// to be expanded.
148148
if (T != MVT::v8f16) {
149149
setOperationAction(ISD::FP16_TO_FP, T, Expand);
150150
setOperationAction(ISD::FP_TO_FP16, T, Expand);

0 commit comments

Comments
 (0)