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-31 16:02:52 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
ee0e14ab3f
llvm-mirror
/
test
/
Transforms
/
ADCE
/
2002-07-29-Segfault.ll
10 lines
144 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 llvm-svn: 3118
2002-07-29 21:02:49 +02:00
Remove llvm-upgrade and update test cases. llvm-svn: 47793
2008-03-01 10:15:35 +01:00
define
void
@test
(
)
{
br
label
%BB3
BB3:
; preds = %BB3, %0
br
label
%BB3
}
New testcase llvm-svn: 3118
2002-07-29 21:02:49 +02:00
Reference in New Issue
Copy Permalink