diff --git a/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll b/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll index cb4abc1709a..75e5104d33e 100644 --- a/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll +++ b/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll @@ -1,5 +1,5 @@ ; RUN: opt < %s -simplify-libcalls -S | FileCheck %s -; rdar://7235530 +; rdar://7251832 ; SimplifyLibcalls should optimize pow(x, 0.5) to sqrt plus code to handle ; special cases. The readonly attribute on the call should be preserved.