1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[InstCombine] remove stale comment on test; NFC

This commit is contained in:
Sanjay Patel 2019-12-30 12:38:49 -05:00
parent 811b9d1a17
commit b092c87197

View File

@ -63,7 +63,7 @@ define <3 x double> @known_positive_sign_arg_vec(<3 x double> %x, <3 x i32> %y)
ret <3 x double> %r
}
; TODO: The magnitude operand of the 1st copysign is irrelevant.
; The magnitude operand of the 1st copysign is irrelevant.
; copysign(x, copysign(y, z)) --> copysign(x, z)
define float @copysign_sign_arg(float %x, float %y, float %z) {