[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp
Jim Laskey
jlaskey at apple.com
Tue Aug 16 18:14:49 PDT 2005
Changes in directory llvm/lib/Target/PowerPC:
PPC32ISelPattern.cpp updated: 1.146 -> 1.147
---
Log message:
Removed UINT_TO_FP and SINT_TO_FP from ISel outright.
---
Diffs of the changes: (+0 -5)
PPC32ISelPattern.cpp | 5 -----
1 files changed, 5 deletions(-)
Index: llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp
diff -u llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp:1.146 llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp:1.147
--- llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp:1.146 Tue Aug 16 19:41:40 2005
+++ llvm/lib/Target/PowerPC/PPC32ISelPattern.cpp Tue Aug 16 20:14:38 2005
@@ -1814,11 +1814,6 @@
Tmp1 = SelectExpr(N.getOperand(0));
BuildMI(BB, PPC::FMR, 1, Result).addReg(Tmp1);
return Result;
-
- case ISD::UINT_TO_FP:
- case ISD::SINT_TO_FP:
- assert (0 && "int to float implemented in legalizer");
- return Result;
}
return 0;
}
More information about the llvm-commits
mailing list