comparison gcc/tree-ssa-ifcombine.c @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
1 /* Combining of if-expressions on trees. 1 /* Combining of if-expressions on trees.
2 Copyright (C) 2007, 2008 Free Software Foundation, Inc. 2 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
3 Contributed by Richard Guenther <rguenther@suse.de> 3 Contributed by Richard Guenther <rguenther@suse.de>
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify 7 GCC is free software; you can redistribute it and/or modify
24 #include "tm.h" 24 #include "tm.h"
25 #include "tree.h" 25 #include "tree.h"
26 #include "basic-block.h" 26 #include "basic-block.h"
27 #include "timevar.h" 27 #include "timevar.h"
28 #include "diagnostic.h" 28 #include "diagnostic.h"
29 #include "tree-pretty-print.h"
29 #include "tree-flow.h" 30 #include "tree-flow.h"
30 #include "tree-pass.h" 31 #include "tree-pass.h"
31 #include "tree-dump.h" 32 #include "tree-dump.h"
32 33
33 /* This pass combines COND_EXPRs to simplify control flow. It 34 /* This pass combines COND_EXPRs to simplify control flow. It