mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-21 11:15:33 +00:00
disable this pass for now, it's causing issues
llvm-svn: 30951
This commit is contained in:
parent
1c35d27fc4
commit
c4be6ee8b8
@ -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