llvm/llvm/utils/TableGen/Common/Types.cpp

//===- Types.cpp - Helper for the selection of C++ data types. ------------===//
//
// 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
//
//===----------------------------------------------------------------------===//

#include "Types.h"

// For LLVM_ATTRIBUTE_UNUSED
#include "llvm/Support/Compiler.h"

#include <cassert>

usingnamespacellvm;

const char *
llvm::getMinimalTypeForRange(uint64_t Range,
                             unsigned MaxSize LLVM_ATTRIBUTE_UNUSED) {}