1 //===-- GVMaterializer.cpp - Base implementation for GV materializers -----===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // Minimal implementation of the abstract interface for materializing
13 //===----------------------------------------------------------------------===//
15 #include "llvm/IR/GVMaterializer.h"
18 GVMaterializer::~GVMaterializer() {}