mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -instcombine, not -simplify-libcalls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168690 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7b39e3dbf8
commit
f5cec289de
@ -1,7 +1,6 @@
|
||||
; Test that the SPrintFOptimizer works correctly
|
||||
; RUN: opt < %s -simplify-libcalls -S | \
|
||||
; RUN: opt < %s -instcombine -S | \
|
||||
; RUN: not grep "call.*sprintf"
|
||||
; REQUIRES: suppressed
|
||||
|
||||
; This transformation requires the pointer size, as it assumes that size_t is
|
||||
; the size of a pointer.
|
||||
|
Loading…
x
Reference in New Issue
Block a user