sketch out the planned instruction alias mechanism, add some comments about
[oota-llvm.git] / lib / Target / X86 / X86MCAsmInfo.cpp
index 2b8720bac34385c6d621930bfe25cbc87490f566..36badb403e8155b25eda70929693c56a4fd3a124 100644 (file)
@@ -103,6 +103,9 @@ getNonexecutableStackSection(MCContext &Ctx) const {
 }
 
 X86MCAsmInfoCOFF::X86MCAsmInfoCOFF(const Triple &Triple) {
+  if (Triple.getArch() == Triple::x86_64)
+    GlobalPrefix = "";
+
   AsmTransCBE = x86_asm_table;
   AssemblerDialect = AsmWriterFlavor;