summaryrefslogtreecommitdiff
path: root/test/composite_construct_vector.spt
diff options
context:
space:
mode:
Diffstat (limited to 'test/composite_construct_vector.spt')
-rw-r--r--test/composite_construct_vector.spt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/composite_construct_vector.spt b/test/composite_construct_vector.spt
index 1a2b1da..d9456c7 100644
--- a/test/composite_construct_vector.spt
+++ b/test/composite_construct_vector.spt
@@ -45,5 +45,5 @@
; RUN: llvm-spirv -r %t.spv -o %t.bc
; RUN: llvm-dis < %t.bc | FileCheck %s --check-prefix=CHECK-LLVM
-; CHECK-LLVM: %[[vector:[0-9]+]] = getelementptr inbounds <4 x i32> addrspace(1)* %in, i64 %{{[0-9]*}}
-; CHECK-LLVM: store <4 x i32> <i32 -123, i32 -122, i32 -121, i32 -119>, <4 x i32> addrspace(1)* %[[vector]] \ No newline at end of file
+; CHECK-LLVM: %[[vector:[0-9]+]] = getelementptr inbounds <4 x i32>, <4 x i32> addrspace(1)* %in, i64 %{{[0-9]*}}
+; CHECK-LLVM: store <4 x i32> <i32 -123, i32 -122, i32 -121, i32 -119>, <4 x i32> addrspace(1)* %[[vector]]