mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
thinko
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22309 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4da945302
commit
0cab375231
@ -1819,6 +1819,7 @@ unsigned AlphaISel::SelectExpr(SDOperand N) {
|
||||
Tmp2 = SelectExpr(N.getOperand(1));
|
||||
BuildMI(BB, DestType == MVT::f64 ? Alpha::DIVT : Alpha::DIVS, 2, Result)
|
||||
.addReg(Tmp1).addReg(Tmp2);
|
||||
return Result;
|
||||
} else {
|
||||
ConstantSDNode* CSD;
|
||||
//check if we can convert into a shift!
|
||||
|
Loading…
Reference in New Issue
Block a user