From: Eric Christopher Date: Fri, 13 Nov 2009 23:08:47 +0000 (+0000) Subject: Remove extraneous commit. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2b1ffeea2889e83b2765eacaadd668de8b03f643;p=oota-llvm.git Remove extraneous commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88716 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 << " = ";