diff options
author | Chris Lattner <sabre@nondot.org> | 2001-11-03 19:51:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-11-03 19:51:56 +0000 |
commit | 784c623efb9cf50f03e7adaeaad5602b56749417 (patch) | |
tree | 3abc260183242aeabc68a1deac238dceffd98204 /llvm/lib/Target/Sparc/SparcRegInfo.cpp | |
parent | cf5befef639e02c59fc02725998d3908d089aaca (diff) | |
download | bcm5719-llvm-784c623efb9cf50f03e7adaeaad5602b56749417.tar.gz bcm5719-llvm-784c623efb9cf50f03e7adaeaad5602b56749417.zip |
* Export method to merge identically named methods
* Add code to fix PHI nodes that are missing arguments. These PHI nodes can
be generated by GCC if there is an uninitialized variable flowing into a merge
point. For example:
int foo(int y) {
int X;
if (y) X = 1;
return X;
}
llvm-svn: 1110
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcRegInfo.cpp')
0 files changed, 0 insertions, 0 deletions