diff options
Diffstat (limited to 'test/CodeGen/PIC16/global-in-user-section.ll')
-rw-r--r-- | test/CodeGen/PIC16/global-in-user-section.ll | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/PIC16/global-in-user-section.ll b/test/CodeGen/PIC16/global-in-user-section.ll deleted file mode 100644 index 6cdb648..0000000 --- a/test/CodeGen/PIC16/global-in-user-section.ll +++ /dev/null @@ -1,6 +0,0 @@ -; RUN: llc < %s -march=pic16 | FileCheck %s -; XFAIL: vg_leak - -@G1 = common global i16 0, section "usersection", align 1 -; CHECK: usersection UDATA -; CHECK: @G1 RES 2 |