Changes in directory llvm/test/Feature:
signedinst.ll updated: 1.1.2.2 -> 1.1.2.3 --- Log message: Implement the FDIV instruction for floating point divide. --- Diffs of the changes: (+1 -0) signedinst.ll | 1 + 1 files changed, 1 insertion(+) Index: llvm/test/Feature/signedinst.ll diff -u llvm/test/Feature/signedinst.ll:1.1.2.2 llvm/test/Feature/signedinst.ll:1.1.2.3 --- llvm/test/Feature/signedinst.ll:1.1.2.2 Sat Oct 21 20:36:52 2006 +++ llvm/test/Feature/signedinst.ll Sun Oct 22 03:59:01 2006 @@ -8,5 +8,6 @@ %d = sdiv uint 6, 3 %c = udiv uint 4, 2 %e = udiv int 4, -2 + %f = fdiv double 9.0, -3.0 ret int %a } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits