Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / index-builtin-ppc.cpp
blob1a7358b6cef37e3e6b2b5f74afa7ca97b993acb1
1 void testPpc(__vector_quad);
2 // CHECK: USR: c:@F@testPpc#@BT@__vector_quad#
4 void 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 %s