Fix build error from r234957

llvm-svn: 234958
This commit is contained in:
Duncan P. N. Exon Smith 2015-04-15 00:13:51 +00:00
parent a052ed6381
commit e406c84e30
1 changed files with 1 additions and 2 deletions

View File

@ -734,8 +734,7 @@ static void runLTOPasses(Module &M, TargetMachine &TM) {
passes.run(M);
}
static void saveBCFile(StringRef Path, Module &M,
bool ShouldPreserveUseListOrder) {
static void saveBCFile(StringRef Path, Module &M) {
std::error_code EC;
raw_fd_ostream OS(Path, EC, sys::fs::OpenFlags::F_None);
if (EC)