7 typedef void (*fptr_t
)(float);
16 ## Check that BOLT instrumentation runtime preserves xmm registers.
18 REQUIRES: system-linux,bolt-runtime
20 RUN: %clang %cflags %s -o %t.exe -fno-inline -Wl,-q
21 RUN: llvm-bolt %t.exe --instrument -o %t.instrumented \
22 RUN: --instrumentation-file=%t.fdata
23 RUN: %t.instrumented | FileCheck %s