mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Checkin old testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3855 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
41e7891e07
commit
70019ab03c
4
test/CFrontend/2002-09-08-PointerShifts.c
Normal file
4
test/CFrontend/2002-09-08-PointerShifts.c
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
int foo(int *A, unsigned X) {
|
||||
return A[X];
|
||||
}
|
13
test/Transforms/GlobalDCE/2002-09-12-Redeletion.ll
Normal file
13
test/Transforms/GlobalDCE/2002-09-12-Redeletion.ll
Normal file
@ -0,0 +1,13 @@
|
||||
; RUN: as < %s | opt -globaldce
|
||||
|
||||
%foo = internal global int 7 ;; Should die when function %foo is killed
|
||||
|
||||
%bar = internal global [2x { int *, int }] [ { int *, int } { int* %foo, int 7}, {int*, int} { int* %foo, int 1 }]
|
||||
|
||||
implementation
|
||||
|
||||
internal int %foo() { ;; dies when %b dies.
|
||||
%ret = load int* %foo
|
||||
ret int %ret
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user