This website requires JavaScript.
Explore
Help
Register
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
2025-01-04 18:09:20 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2a8f0cf400
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 18:01:28 +00:00
; RUN: opt < %s -adce -disable-output
New testcase that ADCE shouldn't crash on llvm-svn: 17105
2004-10-17 23:44:02 +00:00
Remove llvm-upgrade and update test cases. llvm-svn: 47793
2008-03-01 09:15:35 +00:00
define
void
@test
(
)
{
New testcase that ADCE shouldn't crash on llvm-svn: 17105
2004-10-17 23:44:02 +00:00
unreachable
}
Reference in New Issue
Copy Permalink