From f0d77f50a0f7d9dd88f6508d33ce2b81f24ef809 Mon Sep 17 00:00:00 2001 From: Mike Barnett Date: Sun, 29 May 2011 20:26:26 -0700 Subject: Handle more conversions. --- BCT/RegressionTests/TranslationTest/GeneralHeapInput.txt | 4 ++++ BCT/RegressionTests/TranslationTest/SplitFieldsHeapInput.txt | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'BCT/RegressionTests') diff --git a/BCT/RegressionTests/TranslationTest/GeneralHeapInput.txt b/BCT/RegressionTests/TranslationTest/GeneralHeapInput.txt index 03f26c13..eff71038 100644 --- a/BCT/RegressionTests/TranslationTest/GeneralHeapInput.txt +++ b/BCT/RegressionTests/TranslationTest/GeneralHeapInput.txt @@ -333,6 +333,10 @@ function Ref2Real(Ref, Type, Type) : Real; function Real2Ref(Real, Type, Type) : Ref; +function Ref2Int(Ref, Type, Type) : int; + +function Ref2Bool(Ref, Type, Type) : bool; + function $DynamicType(Ref) : Type; function $TypeOf(Type) : Ref; diff --git a/BCT/RegressionTests/TranslationTest/SplitFieldsHeapInput.txt b/BCT/RegressionTests/TranslationTest/SplitFieldsHeapInput.txt index dd3e629b..77d0950a 100644 --- a/BCT/RegressionTests/TranslationTest/SplitFieldsHeapInput.txt +++ b/BCT/RegressionTests/TranslationTest/SplitFieldsHeapInput.txt @@ -323,6 +323,10 @@ function Ref2Real(Ref, Type, Type) : Real; function Real2Ref(Real, Type, Type) : Ref; +function Ref2Int(Ref, Type, Type) : int; + +function Ref2Bool(Ref, Type, Type) : bool; + function $DynamicType(Ref) : Type; function $TypeOf(Type) : Ref; -- cgit v1.2.3