* tree-ssa-operands.c: Fix a comment typo.
From-SVN: r120210
This commit is contained in:
parent
ca57c7edf1
commit
04b5b56c85
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user