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

From-SVN: r120210
This commit is contained in:
Kazu Hirata 2006-12-26 15:44:54 +00:00 committed by Kazu Hirata
parent ca57c7edf1
commit 04b5b56c85
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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;