Skip to content

Commit 7f9df37

Browse files
committed
address pr comment
1 parent b74010a commit 7f9df37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/CodeGen/DirectX/scalarize-alloca.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ define void @alloca_4d__vec_test() {
2121

2222
; CHECK-LABEL: alloca_vec_test
2323
define void @alloca_vec_test() {
24-
; SCHECK: alloca [4 x i32], align 16
25-
; FCHECK: alloca [4 x i32], align 16
24+
; CHECK: alloca [4 x i32], align 16
2625
; CHECK: ret void
2726
%1 = alloca <4 x i32>, align 16
2827
ret void

0 commit comments

Comments
 (0)