summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PIC16/check_inc_files.ll
blob: 436d416073740e922f4cee362a97effd55804db1 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-as < %s | llc -march=pic16 | FileCheck %s 

;CHECK: #include p16f1xxx.inc
;CHECK: #include stdmacros.inc

define void @foo() nounwind {
entry:
  ret void
}