R600/SI: Using SGPRs is illegal for instructions that read carry-out from VCC
[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