[llvm] r257472 - Test commit access - tiny comment and code style fix.

Andrey Turetskiy via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 05:34:11 PST 2016


Author: aturetsk
Date: Tue Jan 12 07:34:11 2016
New Revision: 257472

URL: http://llvm.org/viewvc/llvm-project?rev=257472&view=rev
Log:
Test commit access - tiny comment and code style fix.


Modified:
    llvm/trunk/lib/Target/X86/X86.h

Modified: llvm/trunk/lib/Target/X86/X86.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86.h?rev=257472&r1=257471&r2=257472&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86.h (original)
+++ llvm/trunk/lib/Target/X86/X86.h Tue Jan 12 07:34:11 2016
@@ -29,7 +29,7 @@ FunctionPass *createX86ISelDag(X86Target
                                CodeGenOpt::Level OptLevel);
 
 /// This pass initializes a global base register for PIC on x86-32.
-FunctionPass* createX86GlobalBaseRegPass();
+FunctionPass *createX86GlobalBaseRegPass();
 
 /// This pass combines multiple accesses to local-dynamic TLS variables so that
 /// the TLS base address for the module is only fetched once per execution path
@@ -49,7 +49,7 @@ FunctionPass *createX86IssueVZeroUpperPa
 /// This will prevent a stall when returning on the Atom.
 FunctionPass *createX86PadShortFunctions();
 
-/// Return a a pass that selectively replaces certain instructions (like add,
+/// Return a pass that selectively replaces certain instructions (like add,
 /// sub, inc, dec, some shifts, and some multiplies) by equivalent LEA
 /// instructions, in order to eliminate execution delays in some processors.
 FunctionPass *createX86FixupLEAs();




More information about the llvm-commits mailing list