summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PIC16/test_indf_name.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PIC16/test_indf_name.ll')
-rw-r--r--test/CodeGen/PIC16/test_indf_name.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/PIC16/test_indf_name.ll b/test/CodeGen/PIC16/test_indf_name.ll
deleted file mode 100644
index d52fc11..0000000
--- a/test/CodeGen/PIC16/test_indf_name.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: llvm-as < %s | llc -march=pic16 | FileCheck %s
-
-@pi = common global i16* null, align 1 ; <i16**> [#uses=1]
-
-define void @foo() nounwind {
-entry:
- %tmp = load i16** @pi ; <i16*> [#uses=1]
- store i16 1, i16* %tmp
-; CHECK: movwi {{[0-1]}}[INDF{{[0-1]}}]
-; CHECK: movwi {{[0-1]}}[INDF{{[0-1]}}]
- ret void
-}
OpenPOWER on IntegriCloud