"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "147cb764b5e999ec9f8898f7ffecdf91f9bdc0a4"
* 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
Loading
Please register or sign in to comment