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

Unified Diff: gcc/gcc/config/arm/neon-docgen.ml

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 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 | « gcc/gcc/config/arm/neon.ml ('k') | gcc/gcc/config/arm/neon-gen.ml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/config/arm/neon-docgen.ml
diff --git a/gcc/gcc/config/arm/neon-docgen.ml b/gcc/gcc/config/arm/neon-docgen.ml
index b4802fdd24048b2d10de3b740a72b078bf2e0e07..23e37b49809fd3e2d94c4683faf32b1bcbf38afc 100644
--- a/gcc/gcc/config/arm/neon-docgen.ml
+++ b/gcc/gcc/config/arm/neon-docgen.ml
@@ -214,6 +214,7 @@ let rec analyze_shape shape =
| Element_of_dreg -> (analyze_shape_elt reg_no Dreg) ^ "[@var{0}]"
| Element_of_qreg -> (analyze_shape_elt reg_no Qreg) ^ "[@var{0}]"
| All_elements_of_dreg -> (analyze_shape_elt reg_no Dreg) ^ "[]"
+ | Alternatives alts -> (analyze_shape_elt reg_no (List.hd alts))
in
match shape with
All (n, elt) -> commas (analyze_shape_elt 0) (n_things n elt) ""
« no previous file with comments | « gcc/gcc/config/arm/neon.ml ('k') | gcc/gcc/config/arm/neon-gen.ml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698