Skip to content

Commit 18770cc

Browse files
llvm-beanzhekota
andcommitted
Update clang/test/CodeGenHLSL/BasicFeatures/InitLists.hlsl
Co-authored-by: Helena Kotas <[email protected]>
1 parent bd1c29e commit 18770cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenHLSL/BasicFeatures/InitLists.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ TwoInts case6(TwoFloats TF4) {
155155
return TI2;
156156
}
157157

158-
// Case 7: Initialization of a complex structue, with bogus braces and element
158+
// Case 7: Initialization of a complex structure, with bogus braces and element
159159
// conversions from a collection of scalar values, and structures.
160160
// CHECK-LABEL: define void @_Z5case77TwoIntsS_i9TwoFloatsS0_S0_S0_(
161161
// CHECK-SAME: ptr dead_on_unwind noalias writable sret([[STRUCT_DOGGO:%.*]]) align 16 [[AGG_RESULT:%.*]], ptr noundef byval([[STRUCT_TWOINTS:%.*]]) align 4 [[TI1:%.*]], ptr noundef byval([[STRUCT_TWOINTS]]) align 4 [[TI2:%.*]], i32 noundef [[VAL:%.*]], ptr noundef byval([[STRUCT_TWOFLOATS:%.*]]) align 4 [[TF1:%.*]], ptr noundef byval([[STRUCT_TWOFLOATS]]) align 4 [[TF2:%.*]], ptr noundef byval([[STRUCT_TWOFLOATS]]) align 4 [[TF3:%.*]], ptr noundef byval([[STRUCT_TWOFLOATS]]) align 4 [[TF4:%.*]]) #[[ATTR0]] {

0 commit comments

Comments
 (0)