summaryrefslogtreecommitdiff
path: root/test/composite_construct_struct.spt
diff options
context:
space:
mode:
Diffstat (limited to 'test/composite_construct_struct.spt')
-rw-r--r--test/composite_construct_struct.spt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/composite_construct_struct.spt b/test/composite_construct_struct.spt
index f70c280..a3c20c8 100644
--- a/test/composite_construct_struct.spt
+++ b/test/composite_construct_struct.spt
@@ -52,5 +52,5 @@
; CHECK-LLVM: %[[struct0_type:[0-9]+]] = type { <2 x i32>, %[[struct1_type:[0-9]+]] }
; CHECK-LLVM: %[[struct1_type]] = type { i32, i8 }
-; CHECK-LLVM: %[[struct:[0-9]+]] = getelementptr inbounds %[[struct0_type]] addrspace(1)* %in, i64 %{{[0-9]*}}
-; CHECK-LLVM: store %[[struct0_type]] { <2 x i32> <i32 -2100480000, i32 2100480000>, %[[struct1_type]] { i32 -2100483600, i8 -128 } }, %[[struct0_type]] addrspace(1)* %[[struct]] \ No newline at end of file
+; CHECK-LLVM: %[[struct:[0-9]+]] = getelementptr inbounds %[[struct0_type]], %[[struct0_type]] addrspace(1)* %in, i64 %{{[0-9]*}}
+; CHECK-LLVM: store %[[struct0_type]] { <2 x i32> <i32 -2100480000, i32 2100480000>, %[[struct1_type]] { i32 -2100483600, i8 -128 } }, %[[struct0_type]] addrspace(1)* %[[struct]]