llvm-6502/test/CodeGen/PIC16/check_inc_files.ll
Sanjiv Gupta 3f5d7642ce Test cases for changes done in 91768.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91773 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-19 11:38:14 +00:00

10 lines
168 B
LLVM

; RUN: llvm-as < %s | llc -march=pic16 | FileCheck %s
;CHECK: #include p16f1xxx.inc
;CHECK: #include stdmacros.inc
define void @foo() nounwind {
entry:
ret void
}