mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-01 17:32:36 +00:00
Hexagon: Remove dead-code after unconditional return from addPreSched2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181797 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ec03792245
commit
9c9bf9a240
@ -169,9 +169,6 @@ bool HexagonPassConfig::addPreSched2() {
|
||||
printAndVerify("After hexagon split const32/64 pass");
|
||||
}
|
||||
return true;
|
||||
if (getOptLevel() != CodeGenOpt::None)
|
||||
addPass(&IfConverterID);
|
||||
return false;
|
||||
}
|
||||
|
||||
bool HexagonPassConfig::addPreEmitPass() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user