diff options
author | Andrey Turetskiy <andrey.turetskiy@gmail.com> | 2016-01-12 13:34:11 +0000 |
---|---|---|
committer | Andrey Turetskiy <andrey.turetskiy@gmail.com> | 2016-01-12 13:34:11 +0000 |
commit | fed110f646069e3bb59c695a542c3289a29f85ea (patch) | |
tree | f549a07f58ba672ec35d0538f711378ffa31af79 | |
parent | 49f98c742cf78f740face5cb3ce5d45900a1362f (diff) | |
download | bcm5719-llvm-fed110f646069e3bb59c695a542c3289a29f85ea.tar.gz bcm5719-llvm-fed110f646069e3bb59c695a542c3289a29f85ea.zip |
Test commit access - tiny comment and code style fix.
llvm-svn: 257472
-rw-r--r-- | llvm/lib/Target/X86/X86.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86.h b/llvm/lib/Target/X86/X86.h index fbec6626d99..e3d95284ee9 100644 --- a/llvm/lib/Target/X86/X86.h +++ b/llvm/lib/Target/X86/X86.h @@ -29,7 +29,7 @@ FunctionPass *createX86ISelDag(X86TargetMachine &TM, 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 *createX86IssueVZeroUpperPass(); /// 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(); |