llvm/llvm/lib/Support/ModRef.cpp

//===--- ModRef.cpp - Memory effect modeling --------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
//  This file implements ModRef and MemoryEffects misc functions.
//
//===----------------------------------------------------------------------===//

#include "llvm/Support/ModRef.h"
#include "llvm/ADT/STLExtras.h"

usingnamespacellvm;

raw_ostream &llvm::operator<<(raw_ostream &OS, ModRefInfo MR) {}

raw_ostream &llvm::operator<<(raw_ostream &OS, MemoryEffects ME) {}