Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / tools / opt-remarks / liboptremarks.cpp
blob699d33a8e62764d01d3f72b7e3c552e522472105
1 //===-liboptremarks.cpp - LLVM Opt-Remarks Shared Library -----------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // Provide a library to work with optimization remarks.
11 //===----------------------------------------------------------------------===//
13 #include "llvm-c/OptRemarks.h"
15 extern uint32_t LLVMOptRemarkVersion(void) {
16 return OPT_REMARKS_API_VERSION;