mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-02 17:09:05 +00:00
bcdf581aec
* 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 |
||
---|---|---|
.. | ||
Instrumentation | ||
IPO | ||
Scalar | ||
Utils | ||
HoistPHIConstants.cpp | ||
LevelRaise.cpp | ||
Makefile |