Remove some more V9-specific stuff.
llvm-svn: 28092
diff --git a/llvm/lib/Target/Alpha/AlphaAsmPrinter.cpp b/llvm/lib/Target/Alpha/AlphaAsmPrinter.cpp
index 600dbe2..435e8e8 100644
--- a/llvm/lib/Target/Alpha/AlphaAsmPrinter.cpp
+++ b/llvm/lib/Target/Alpha/AlphaAsmPrinter.cpp
@@ -123,12 +123,7 @@
return;
case MachineOperand::MO_GlobalAddress:
- //Abuse PCrel to specify pcrel calls
- //calls are the only thing that use this flag
-// if (MO.isPCRelative())
-// O << PrivateGlobalPrefix << Mang->getValueName(MO.getGlobal()) << "..ng";
-// else
- O << Mang->getValueName(MO.getGlobal());
+ O << Mang->getValueName(MO.getGlobal());
return;
default: