From a4a6c44f5a9e96fbfcc8f2862880379da581f87c Mon Sep 17 00:00:00 2001 From: Eric Dobson Date: Mon, 11 Nov 2013 08:19:58 -0800 Subject: [PATCH] Add missing logs. original commit: d629614620655ccf0a030d2a687e9bf79bcf2209 --- .../tests/typed-racket/optimizer/tests/float-complex-i.rkt | 1 + .../typed-racket/optimizer/tests/float-complex-number-mul.rkt | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/typed-racket-pkgs/typed-racket-test/tests/typed-racket/optimizer/tests/float-complex-i.rkt b/pkgs/typed-racket-pkgs/typed-racket-test/tests/typed-racket/optimizer/tests/float-complex-i.rkt index 87beeb0f..2f2905bc 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-test/tests/typed-racket/optimizer/tests/float-complex-i.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-test/tests/typed-racket/optimizer/tests/float-complex-i.rkt @@ -3,6 +3,7 @@ TR opt: float-complex-i.rkt 17:0 (+ 1.0+2.0i (* 0+1.0i 2.0+4.0i)) -- unboxed binary float complex TR opt: float-complex-i.rkt 17:12 (* 0+1.0i 2.0+4.0i) -- unbox complex TR opt: float-complex-i.rkt 17:15 0+1.0i -- unboxed literal +TR opt: float-complex-i.rkt 17:15 0+1.0i -- unboxed literal TR opt: float-complex-i.rkt 17:21 2.0+4.0i -- unboxed literal TR opt: float-complex-i.rkt 17:3 1.0+2.0i -- unboxed literal END diff --git a/pkgs/typed-racket-pkgs/typed-racket-test/tests/typed-racket/optimizer/tests/float-complex-number-mul.rkt b/pkgs/typed-racket-pkgs/typed-racket-test/tests/typed-racket/optimizer/tests/float-complex-number-mul.rkt index f3d5d8b6..cd8ca947 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-test/tests/typed-racket/optimizer/tests/float-complex-number-mul.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-test/tests/typed-racket/optimizer/tests/float-complex-number-mul.rkt @@ -6,6 +6,7 @@ TR opt: float-complex-number-mul.rkt 16:14 0.0+1.0i -- unboxed literal TR opt: float-complex-number-mul.rkt 16:23 (* 1 2) -- fixnum bounded expr TR opt: float-complex-number-mul.rkt 16:23 (* 1 2) -- float-arg-expr in complex ops TR opt: float-complex-number-mul.rkt 16:26 1 -- float-arg-expr in complex ops +TR opt: float-complex-number-mul.rkt 16:26 1 -- float-arg-expr in complex ops TR opt: float-complex-number-mul.rkt 16:28 2 -- float-arg-expr in complex ops END #<