Fix TR optimizer test.
This commit is contained in:
parent
1e591a5124
commit
6c08632f35
|
@ -1,7 +1,7 @@
|
||||||
#;#;
|
#;#;
|
||||||
#<<END
|
#<<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 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
|
||||||
#<<END
|
#<<END
|
||||||
1.0
|
1.0
|
||||||
|
@ -26,4 +26,4 @@ END
|
||||||
(flvector 1.0 2.0 3.0))
|
(flvector 1.0 2.0 3.0))
|
||||||
|
|
||||||
(vector-ref (make-my-vector) 0)
|
(vector-ref (make-my-vector) 0)
|
||||||
(flvector-ref (make-my-flvector) 0)
|
(flvector-ref (make-my-flvector) (ann 0 Fixnum))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user