mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-20 11:32:33 +00:00
Fix the success criteria for the test to make call instructions with "pow"
not just any occurrence of "pow". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21620 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b2825216a4
commit
3f169a13b7
@ -1,5 +1,5 @@
|
||||
; Test that the StrCatOptimizer works correctly
|
||||
; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'pow'
|
||||
; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep 'call.*pow'
|
||||
|
||||
declare double %pow(double,double)
|
||||
%fpstorage = global double 5.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user