This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
3a15e14520
llvm-project
/
llvm
/
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-12 02:01:28 +08:00
; RUN: opt < %s -adce -disable-output
New testcase that ADCE shouldn't crash on llvm-svn: 17105
2004-10-18 07:44:02 +08:00
Remove llvm-upgrade and update test cases. llvm-svn: 47793
2008-03-01 17:15:35 +08:00
define
void
@test
(
)
{
New testcase that ADCE shouldn't crash on llvm-svn: 17105
2004-10-18 07:44:02 +08:00
unreachable
}