uselistorder: Pull the bit through PrintModulePass
[oota-llvm.git] / tools / opt / NewPMDriver.h
index e9a751da25027c7d4c9af69b0348c8cb87bd6d8a..349a7b1267f8e6007f0ada7d9554daf435832cb2 100644 (file)
@@ -52,6 +52,7 @@ bool runPassPipeline(StringRef Arg0, LLVMContext &Context, Module &M,
                      TargetMachine *TM, tool_output_file *Out,
                      StringRef PassPipeline, opt_tool::OutputKind OK,
                      opt_tool::VerifierKind VK,
+                     bool ShouldPreserveAssemblyUseListOrder,
                      bool ShouldPreserveBitcodeUseListOrder);
 }