mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Remove extraneous commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88716 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1514,11 +1514,6 @@ static void PrintVisibility(GlobalValue::VisibilityTypes Vis,
|
|||||||
}
|
}
|
||||||
|
|
||||||
void AssemblyWriter::printGlobal(const GlobalVariable *GV) {
|
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);
|
WriteAsOperandInternal(Out, GV, &TypePrinter, &Machine);
|
||||||
Out << " = ";
|
Out << " = ";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user