Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.ll

llvm-svn: 25421
This commit is contained in:
Chris Lattner 2006-01-18 19:35:21 +00:00
parent 48e653ea88
commit 15e7642ab1
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ public:
case PPC::BGE: return PPC::BLT;
case PPC::BGT: return PPC::BLE;
case PPC::BLE: return PPC::BGT;
case PPC::BNU: return PPC::BUN;
case PPC::BUN: return PPC::BNU;
}
}
};