forked from OSchip/llvm-project
I put the wrong rdar number in this test.
llvm-svn: 82829
This commit is contained in:
parent
a6d95b5a3e
commit
48f7da742a
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue