From: Duraid Madina Date: Sun, 3 Apr 2005 14:57:35 +0000 (+0000) Subject: a wise man once said: X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=664044b2bddc82ed26e7a71015a084c75a645e50;p=oota-llvm.git a wise man once said: "!!!!!!!! IF YOU CHANGE SPACES TO TABS, YOU WILL BE KILLED!!!!!!" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21062 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index f31b7919d15..512cae79278 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -102,10 +102,10 @@ namespace llvm { : O(o), TM(tm), CommentString("#"), GlobalPrefix(""), - GlobalVarAddrPrefix(""), - GlobalVarAddrSuffix(""), - FunctionAddrPrefix(""), - FunctionAddrSuffix(""), + GlobalVarAddrPrefix(""), + GlobalVarAddrSuffix(""), + FunctionAddrPrefix(""), + FunctionAddrSuffix(""), ZeroDirective("\t.zero\t"), AsciiDirective("\t.ascii\t"), Data8bitsDirective("\t.byte\t"),