From 2b1ffeea2889e83b2765eacaadd668de8b03f643 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 13 Nov 2009 23:08:47 +0000 Subject: [PATCH] Remove extraneous commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88716 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/AsmWriter.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/VMCore/AsmWriter.cpp b/lib/VMCore/AsmWriter.cpp index 4954522691e..6bd263e5c87 100644 --- a/lib/VMCore/AsmWriter.cpp +++ b/lib/VMCore/AsmWriter.cpp @@ -1514,11 +1514,6 @@ static void PrintVisibility(GlobalValue::VisibilityTypes Vis, } void AssemblyWriter::printGlobal(const GlobalVariable *GV) { - // If we're going to print a global that has GhostLinkage - // materialize it now. - if (GV->getLinkage() == GlobalValue::GhostLinkage) { - } - WriteAsOperandInternal(Out, GV, &TypePrinter, &Machine); Out << " = "; -- 2.34.1