This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-26 05:32:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
acb04ec427
llvm-6502
/
test
/
Transforms
/
ADCE
/
2002-07-29-Segfault.ll
10 lines
139 B
LLVM
Raw
Normal View
History
Unescape
Escape
Remove llvm-upgrade and update test cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47793 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-01 09:15:35 +00:00
; RUN: llvm-as < %s | opt -adce
New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3118 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-29 19:02:49 +00:00
Remove llvm-upgrade and update test cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47793 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-01 09:15:35 +00:00
define
void
@test
(
)
{
br
label
%BB3
BB3:
; preds = %BB3, %0
br
label
%BB3
}
New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3118 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-29 19:02:49 +00:00
Reference in New Issue
Copy Permalink