This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-02 00:42:52 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
ec2e96e628
llvm-mirror
/
test
/
Transforms
/
ADCE
/
unreachable-function.ll
6 lines
86 B
LLVM
Raw
Normal View
History
Unescape
Escape
Remove llvm-upgrade and update test cases. llvm-svn: 47793
2008-03-01 10:15:35 +01:00
; RUN: llvm-as < %s | opt -adce -disable-output
New testcase that ADCE shouldn't crash on llvm-svn: 17105
2004-10-18 01:44:02 +02:00
Remove llvm-upgrade and update test cases. llvm-svn: 47793
2008-03-01 10:15:35 +01:00
define
void
@test
(
)
{
New testcase that ADCE shouldn't crash on llvm-svn: 17105
2004-10-18 01:44:02 +02:00
unreachable
}
Reference in New Issue
Copy Permalink