[llvm-commits] [llvm] r82829 - /llvm/trunk/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll

Dan Gohman gohman at apple.com
Fri Sep 25 18:11:58 PDT 2009


Author: djg
Date: Fri Sep 25 20:11:57 2009
New Revision: 82829

URL: http://llvm.org/viewvc/llvm-project?rev=82829&view=rev
Log:
I put the wrong rdar number in this test.

Modified:
    llvm/trunk/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll

Modified: llvm/trunk/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll?rev=82829&r1=82828&r2=82829&view=diff

==============================================================================
--- llvm/trunk/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll (original)
+++ llvm/trunk/test/Transforms/SimplifyLibCalls/pow-to-sqrt.ll Fri Sep 25 20:11:57 2009
@@ -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.





More information about the llvm-commits mailing list