Per Chris, fuse four trivial tests using grep (r102199) into one that uses FileCheck.
[oota-llvm.git] / test / CodeGen / PIC16 / check_inc_files.ll
1 ; RUN: llvm-as < %s | llc -march=pic16 | FileCheck %s 
2
3 ;CHECK: #include p16f1xxx.inc
4 ;CHECK: #include stdmacros.inc
5
6 define void @foo() nounwind {
7 entry:
8   ret void
9 }