InstrProf: This call does nothing, remove it

llvm-svn: 236298
This commit is contained in:
Justin Bogner 2015-05-01 01:02:17 +00:00
parent 80c9759ef7
commit f43d8e1cce
1 changed files with 0 additions and 1 deletions

View File

@ -2971,7 +2971,6 @@ void CodeGenFunction::EmitNoreturnRuntimeCallOrInvoke(llvm::Value *callee,
call->setCallingConv(getRuntimeCC());
Builder.CreateUnreachable();
}
PGO.setCurrentRegionUnreachable();
}
/// Emits a call or invoke instruction to the given nullary runtime