disable this pass for now, it's causing issues

llvm-svn: 30951
This commit is contained in:
Chris Lattner 2006-10-14 00:30:06 +00:00
parent 1c35d27fc4
commit c4be6ee8b8

View File

@ -40,6 +40,10 @@ bool BranchFolder::runOnMachineFunction(MachineFunction &MF) {
TII = MF.getTarget().getInstrInfo();
if (!TII) return false;
// DISABLED FOR NOW.
return false;
//MF.dump();
bool EverMadeChange = false;