diff options
Diffstat (limited to 'test/CodeGen/PIC16/check_inc_files.ll')
-rw-r--r-- | test/CodeGen/PIC16/check_inc_files.ll | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/PIC16/check_inc_files.ll b/test/CodeGen/PIC16/check_inc_files.ll deleted file mode 100644 index 436d416..0000000 --- a/test/CodeGen/PIC16/check_inc_files.ll +++ /dev/null @@ -1,9 +0,0 @@ -; RUN: llvm-as < %s | llc -march=pic16 | FileCheck %s - -;CHECK: #include p16f1xxx.inc -;CHECK: #include stdmacros.inc - -define void @foo() nounwind { -entry: - ret void -} |