mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
7 lines
198 B
C
7 lines
198 B
C
// RUN: %clang_cc1 -mrecip=!sqrtf,vec-divf:3 -emit-llvm %s -o - | FileCheck %s
|
|
|
|
int baz(int a) { return 4; }
|
|
|
|
// CHECK: baz{{.*}} #0
|
|
// CHECK: #0 = {{.*}}"reciprocal-estimates"="!sqrtf,vec-divf:3"
|
|
|