Changeset View
Changeset View
Standalone View
Standalone View
clang/test/CodeGen/arm-homogenous.c
Context not available. | |||||
float a[4] = {1.0, 2.0, 3.0, 4.0}; | float a[4] = {1.0, 2.0, 3.0, 4.0}; | ||||
takes_array_of_floats(a); | takes_array_of_floats(a); | ||||
} | } | ||||
// CHECK: declare arm_aapcs_vfpcc void @takes_array_of_floats(float*) | // CHECK: declare arm_aapcs_vfpcc void @takes_array_of_floats(float* noundef) | ||||
/* Struct-type homogenous aggregate */ | /* Struct-type homogenous aggregate */ | ||||
typedef struct { | typedef struct { | ||||
Context not available. |