disable this pass for now, it's causing issues
llvm-svn: 30951
This commit is contained in:
parent
3218e0eed5
commit
47db29a405
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user