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-10-29 23:12:55 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
aa04918ad4
llvm-mirror
/
test
/
Transforms
/
ADCE
/
unreachable-function.ll
6 lines
76 B
LLVM
Raw
Normal View
History
Unescape
Escape
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
2009-09-11 20:01:28 +02:00
; RUN: opt < %s -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