[all-commits] [llvm/llvm-project] f3a113: [TLI] Fix signature for fprintf (PR59757)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Jan 3 06:29:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3a113ff48a8b5e88455d45debbdc0bce2635b9a
https://github.com/llvm/llvm-project/commit/f3a113ff48a8b5e88455d45debbdc0bce2635b9a
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-03 (Tue, 03 Jan 2023)
Changed paths:
M llvm/include/llvm/Analysis/TargetLibraryInfo.def
A llvm/test/Transforms/InstCombine/fprintf-wrong-sig.ll
Log Message:
-----------
[TLI] Fix signature for fprintf (PR59757)
fprintf() requires two pointer arguments.
Fixes https://github.com/llvm/llvm-project/issues/59757.
More information about the All-commits
mailing list