aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 3d927753de..b295bdac0a 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -74,7 +74,7 @@ namespace llvm {
AsciiDirective("\t.ascii\t"),
Data8bitsDirective("\t.byte\t"),
Data16bitsDirective("\t.short\t"),
- Data32bitsDirective(".long\t"),
+ Data32bitsDirective("\t.long\t"),
Data64bitsDirective("\t.quad\t") { }
/// doInitialization - Set up the AsmPrinter when we are working on a new