diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-07-27 05:53:44 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-07-27 05:53:44 +0000 |
commit | 33a030e36cdf5baed438434093869c2a7c087720 (patch) | |
tree | c498865cae3a8e3e50990bc9b6ffcc0442b5472c /llvm/lib/Target/X86/X86Subtarget.h | |
parent | f7100ad225c9d9c38f3ad57b48f2245a0930b5d8 (diff) | |
download | bcm5719-llvm-33a030e36cdf5baed438434093869c2a7c087720.tar.gz bcm5719-llvm-33a030e36cdf5baed438434093869c2a7c087720.zip |
Eliminate tabs and trailing spaces.
llvm-svn: 22520
Diffstat (limited to 'llvm/lib/Target/X86/X86Subtarget.h')
-rw-r--r-- | llvm/lib/Target/X86/X86Subtarget.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/Target/X86/X86Subtarget.h b/llvm/lib/Target/X86/X86Subtarget.h index a67925eced7..1e980f800d0 100644 --- a/llvm/lib/Target/X86/X86Subtarget.h +++ b/llvm/lib/Target/X86/X86Subtarget.h @@ -24,10 +24,10 @@ protected: /// stackAlignment - The minimum alignment known to hold of the stack frame on /// entry to the function and which must be maintained by every function. unsigned stackAlignment; - + /// Used by instruction selector bool indirectExternAndWeakGlobals; - + /// Used by the asm printer bool asmDarwinLinkerStubs; bool asmLeadingUnderscore; @@ -36,7 +36,7 @@ protected: bool asmPrintDotLCommConstants; bool asmPrintConstantAlignment; public: - /// This constructor initializes the data members to match that + /// This constructor initializes the data members to match that /// of the specified module. /// X86Subtarget(const Module &M); @@ -45,9 +45,9 @@ public: /// stack frame on entry to the function and which must be maintained by every /// function for this subtarget. unsigned getStackAlignment() const { return stackAlignment; } - + /// Returns true if the instruction selector should treat global values - /// referencing external or weak symbols as indirect rather than direct + /// referencing external or weak symbols as indirect rather than direct /// references. bool getIndirectExternAndWeakGlobals() const { return indirectExternAndWeakGlobals; |