The cleangcc pass is brokeninto two pieces, execute both of them.

llvm-svn: 2225
diff --git a/llvm/tools/gccas/gccas.cpp b/llvm/tools/gccas/gccas.cpp
index 3f52e00..1bf1e8c 100644
--- a/llvm/tools/gccas/gccas.cpp
+++ b/llvm/tools/gccas/gccas.cpp
@@ -68,6 +68,7 @@
   // 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