mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2956 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e28751f388
commit
4f5e49c20d
12
test/Transforms/GlobalDCE/2002-07-17-CastRef.ll
Normal file
12
test/Transforms/GlobalDCE/2002-07-17-CastRef.ll
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: as < %s | opt -globaldce
|
||||
;
|
||||
implementation
|
||||
|
||||
internal void %func() { ; Not dead, can be reachable via X
|
||||
ret void
|
||||
}
|
||||
|
||||
void %main() {
|
||||
%X = cast void()* %func to int*
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user