summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2019-12-30 12:38:49 -0500
committerSanjay Patel <spatel@rotateright.com>2019-12-30 12:39:10 -0500
commitee3eebba0d30f9a231bb10e59f3778c72065db22 (patch)
tree3e351c07d3b45ea9c8fd579b5378f68029364041 /llvm
parent98f72a5107ce781a8ec93c524c3fdb08c241f0e5 (diff)
downloadbcm5719-llvm-ee3eebba0d30f9a231bb10e59f3778c72065db22.tar.gz
bcm5719-llvm-ee3eebba0d30f9a231bb10e59f3778c72065db22.zip
[InstCombine] remove stale comment on test; NFC
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Transforms/InstCombine/copysign.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/copysign.ll b/llvm/test/Transforms/InstCombine/copysign.ll
index a77da83a40d..f7e387fb60d 100644
--- a/llvm/test/Transforms/InstCombine/copysign.ll
+++ b/llvm/test/Transforms/InstCombine/copysign.ll
@@ -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) {
OpenPOWER on IntegriCloud