aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/GVMaterializer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VMCore/GVMaterializer.cpp')
-rw-r--r--lib/VMCore/GVMaterializer.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/VMCore/GVMaterializer.cpp b/lib/VMCore/GVMaterializer.cpp
deleted file mode 100644
index f77a9c908d..0000000000
--- a/lib/VMCore/GVMaterializer.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-//===-- GVMaterializer.cpp - Base implementation for GV materializers -----===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// Minimal implementation of the abstract interface for materializing
-// GlobalValues.
-//
-//===----------------------------------------------------------------------===//
-
-#include "llvm/GVMaterializer.h"
-using namespace llvm;
-
-GVMaterializer::~GVMaterializer() {}