brintos

brintos / llvm-project-archived public Read only

0
0
Text · 234 B · 1a7358b Raw
8 lines · cpp
1void testPpc(__vector_quad);2// CHECK: USR: c:@F@testPpc#@BT@__vector_quad#3 4void testIBM(__ibm128);5// CHECK: USR: c:@F@testIBM#@BT@__ibm128#6//7// RUN: c-index-test -index-file %s --target=powerpc64 -target-cpu pwr10 | FileCheck %s8