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

Unified Diff: src/IceConditionCodesARM32.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceCompiler.cpp ('k') | src/IceConverter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceConditionCodesARM32.h
diff --git a/src/IceConditionCodesARM32.h b/src/IceConditionCodesARM32.h
index d897a443ea7c615a4c79280dc713f7bd3396746c..d7393103310d4fcb64ef8cb9dd4e9a59b80613e3 100644
--- a/src/IceConditionCodesARM32.h
+++ b/src/IceConditionCodesARM32.h
@@ -26,8 +26,8 @@ class CondARM32 {
CondARM32 &operator=(const CondARM32 &) = delete;
public:
- /// An enum of codes used for conditional instructions. The enum value
- /// should match the value used to encode operands in binary instructions.
+ /// An enum of codes used for conditional instructions. The enum value should
+ /// match the value used to encode operands in binary instructions.
enum Cond {
#define X(tag, encode, opp, emit) tag = encode,
ICEINSTARM32COND_TABLE
« no previous file with comments | « src/IceCompiler.cpp ('k') | src/IceConverter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698