Commit 04b5b56c by Kazu Hirata Committed by Kazu Hirata

* tree-ssa-operands.c: Fix a comment typo.

From-SVN: r120210
parent ca57c7ed
2006-12-26 Kazu Hirata <kazu@codesourcery.com>
* tree-ssa-operands.c: Fix a comment typo.
2006-12-25 Kazu Hirata <kazu@codesourcery.com>
* tree-vectorizer.h (VECT_SMODULO): Remove.
......
......@@ -140,7 +140,7 @@ static VEC(tree,heap) *build_vdefs;
static VEC(tree,heap) *build_vuses;
/* Bitmap obstack for our datastructures that needs to survive across
compilations of multiple funcitons. */
compilations of multiple functions. */
static bitmap_obstack operands_bitmap_obstack;
/* Set for building all the loaded symbols. */
static bitmap build_loads;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment