mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Add a link to source of inspiration
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5707 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2fc36e42ca
commit
556b50c193
@ -1,4 +1,7 @@
|
||||
; Testcase for calls to the standard C "pow" function
|
||||
;
|
||||
; Equivalent to: http://gcc.gnu.org/ml/gcc-patches/2003-02/msg01786.html
|
||||
|
||||
; RUN: if as < %s | opt -instcombine | dis | grep 'call double %pow'
|
||||
; RUN: then exit 1
|
||||
; RUN: else exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user