Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / CodeGen / arm-build-attributes.c
blobceb97d153f8100dba832c86bbdccc8405ba30420
1 // RUN: %clang --target=arm-none-eabi -x c - -o - -S < %s -mcpu=cortex-a5 -mfpu=vfpv4-d16 | FileCheck %s
2 // REQUIRES: arm-registered-target
3 // CHECK: .fpu vfpv4-d16
4 void foo() {}