make #if 0 code compile, even though it still isn't very useful.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50920 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index c6ace84..1071659 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -1244,7 +1244,7 @@
     break;
       
   case RewriteMacros:
-    RewriteMacrosInInput(PP, OutputFile);
+    RewriteMacrosInInput(PP, InFile, OutputFile);
     ClearSourceMgr = true;
     break;
   }