mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Return success on success
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5006 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0907c16cbf
commit
790f64bce8
@ -11,11 +11,11 @@ Dead:
|
||||
br label %T
|
||||
}
|
||||
|
||||
void %main() {
|
||||
int %main() {
|
||||
br label %Test
|
||||
Test:
|
||||
%X = phi int [7, %0], [%Y, %Dead]
|
||||
ret void
|
||||
ret int 0
|
||||
Dead:
|
||||
%Y = shr int 12, ubyte 4
|
||||
br label %Test
|
||||
|
Loading…
Reference in New Issue
Block a user