[X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks.py....
[oota-llvm.git] / test / CodeGen / CPP / 2007-06-16-Funcname.ll
1 ; RUN: llc < %s -march=cpp -cppfname=WAKKA | not grep makeLLVMModule
2 ; PR1515
3
4 define void @foo() {
5   ret void
6 }
7