From 09fc7516422f7577f0ec1eb4c7903edc0e2c58de Mon Sep 17 00:00:00 2001 From: jashoo Date: Wed, 19 Jul 2017 16:32:16 -0700 Subject: For lb arm do not overwrite 1 element hfa type On arm64 we will treat 1 element HFA types as the primitive type that is contained. On Legacy Backend codegenlegacy will incorrectly assign these two types. Instead keep the struct type through the IR correctly to do a blockop. --- tests/arm/Tests.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/arm/Tests.lst') diff --git a/tests/arm/Tests.lst b/tests/arm/Tests.lst index 76bf0db2cd..af8dd2fd10 100644 --- a/tests/arm/Tests.lst +++ b/tests/arm/Tests.lst @@ -8993,7 +8993,7 @@ RelativePath=JIT\Directed\StructABI\StructABI\StructABI.cmd WorkingDir=JIT\Directed\StructABI\StructABI Expected=0 MaxAllowedDurationSeconds=600 -Categories=EXPECTED_FAIL;8093 +Categories=EXPECTED_PASS HostStyle=0 [Ackermann.cmd_1125] -- cgit v1.2.3