Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Side by Side Diff: src/IceTargetLoweringX8632.h

Issue 1341423002: Reflow comments to use the full width. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix spelling and rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/IceTargetLoweringMIPS32.cpp ('k') | src/IceTargetLoweringX8632.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //===- subzero/src/IceTargetLoweringX8632.h - x86-32 lowering ---*- C++ -*-===// 1 //===- subzero/src/IceTargetLoweringX8632.h - x86-32 lowering ---*- C++ -*-===//
2 // 2 //
3 // The Subzero Code Generator 3 // The Subzero Code Generator
4 // 4 //
5 // This file is distributed under the University of Illinois Open Source 5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details. 6 // License. See LICENSE.TXT for details.
7 // 7 //
8 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===//
9 /// 9 ///
10 /// \file 10 /// \file
11 /// This file declares the TargetLoweringX8632 class, which 11 /// This file declares the TargetLoweringX8632 class, which implements the
12 /// implements the TargetLowering interface for the x86-32 12 /// TargetLowering interface for the x86-32 architecture.
13 /// architecture.
14 /// 13 ///
15 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===//
16 15
17 #ifndef SUBZERO_SRC_ICETARGETLOWERINGX8632_H 16 #ifndef SUBZERO_SRC_ICETARGETLOWERINGX8632_H
18 #define SUBZERO_SRC_ICETARGETLOWERINGX8632_H 17 #define SUBZERO_SRC_ICETARGETLOWERINGX8632_H
19 18
20 #include "IceAssemblerX8632.h" 19 #include "IceAssemblerX8632.h"
21 #include "IceDefs.h" 20 #include "IceDefs.h"
22 #include "IceInstX8632.h" 21 #include "IceInstX8632.h"
23 #include "IceRegistersX8632.h" 22 #include "IceRegistersX8632.h"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 protected: 97 protected:
99 explicit TargetHeaderX8632(GlobalContext *Ctx); 98 explicit TargetHeaderX8632(GlobalContext *Ctx);
100 99
101 private: 100 private:
102 ~TargetHeaderX8632() = default; 101 ~TargetHeaderX8632() = default;
103 }; 102 };
104 103
105 } // end of namespace Ice 104 } // end of namespace Ice
106 105
107 #endif // SUBZERO_SRC_ICETARGETLOWERINGX8632_H 106 #endif // SUBZERO_SRC_ICETARGETLOWERINGX8632_H
OLDNEW
« no previous file with comments | « src/IceTargetLoweringMIPS32.cpp ('k') | src/IceTargetLoweringX8632.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698