mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
df6eadc436
llvm-svn: 91773
10 lines
168 B
LLVM
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
|
|
}
|