Fix TR optimizer test.

original commit: 6c08632f359f9d8c3adccc7780e7c731fd2fb9cf
This commit is contained in:
Vincent St-Amour 2014-02-11 13:48:09 -05:00
parent e0f4cc9f9f
commit 1549252c7b

View File

@ -1,7 +1,7 @@
#;#;
#<<END
TR opt: vector-bounds-check.rkt 28:0 (vector-ref (make-my-vector) 0) -- vector partial bounds checking elimination
TR opt: vector-bounds-check.rkt 29:0 (flvector-ref (make-my-flvector) 0) -- flvector partial bounds checking elimination
TR opt: vector-bounds-check.rkt 29:0 (flvector-ref (make-my-flvector) (ann 0 Fixnum)) -- flvector partial bounds checking elimination
END
#<<END
1.0
@ -26,4 +26,4 @@ END
(flvector 1.0 2.0 3.0))
(vector-ref (make-my-vector) 0)
(flvector-ref (make-my-flvector) 0)
(flvector-ref (make-my-flvector) (ann 0 Fixnum))