diff options
author | Felix Yang <felix.yang@huawei.com> | 2014-09-19 16:28:42 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2014-09-19 10:28:42 -0600 |
commit | 2b9c63a2d8368252eded6fbdbafb4786e2fdf412 (patch) | |
tree | 10c36055a7c6ea6cee8a6c2988bfc09a457d417a /gcc/ira-conflicts.c | |
parent | bcd0e41fdad9fcf1b0ef5e176ecf9a39315ace20 (diff) | |
download | gcc-2b9c63a2d8368252eded6fbdbafb4786e2fdf412.zip gcc-2b9c63a2d8368252eded6fbdbafb4786e2fdf412.tar.gz gcc-2b9c63a2d8368252eded6fbdbafb4786e2fdf412.tar.bz2 |
cfgrtl.c [...]: Update comments and fix spacing to conform to coding style.
* cfgrtl.c ira.c ira-color.c ira-conflicts ira-lives.c: Update
comments and fix spacing to conform to coding style.
From-SVN: r215398
Diffstat (limited to 'gcc/ira-conflicts.c')
-rw-r--r-- | gcc/ira-conflicts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ira-conflicts.c b/gcc/ira-conflicts.c index 011a865..6b1bfad 100644 --- a/gcc/ira-conflicts.c +++ b/gcc/ira-conflicts.c @@ -60,7 +60,7 @@ static IRA_INT_TYPE **conflicts; /* Record a conflict between objects OBJ1 and OBJ2. If necessary, canonicalize the conflict by recording it for lower-order subobjects - of the corresponding allocnos. */ + of the corresponding allocnos. */ static void record_object_conflict (ira_object_t obj1, ira_object_t obj2) { |