Remove extraneous commit.
authorEric Christopher <echristo@apple.com>
Fri, 13 Nov 2009 23:08:47 +0000 (23:08 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 13 Nov 2009 23:08:47 +0000 (23:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88716 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/AsmWriter.cpp

index 4954522691e149dc80fe3d92bc14c5807fa78228..6bd263e5c87675554f76b162b11616ad12386505 100644 (file)
@@ -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 << " = ";