mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
The cleangcc pass is brokeninto two pieces, execute both of them.
llvm-svn: 2225
This commit is contained in:
parent
3b04124abd
commit
d69c7543b9
@ -68,6 +68,7 @@ int main(int argc, char **argv) {
|
||||
// a little bit. Do this now.
|
||||
//
|
||||
PassManager Passes;
|
||||
Passes.add(createFunctionResolvingPass()); // Resolve (...) functions
|
||||
Passes.add(createDeadInstEliminationPass()); // Remove Dead code/vars
|
||||
Passes.add(createRaiseAllocationsPass()); // call %malloc -> malloc inst
|
||||
Passes.add(createCleanupGCCOutputPass()); // Fix gccisms
|
||||
|
Loading…
x
Reference in New Issue
Block a user