From 800ade1e19df83d1bd300e7bb0f5e64e43f20b66 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 17 Aug 2004 06:48:34 +0000 Subject: [PATCH] Add missing \t git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15871 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/AsmPrinter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index 3d927753dee..b295bdac0a8 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 -- 2.34.1