Displaying 1 result from an estimated 1 matches for "bci_56".
Did you mean:
bci_146
2008 Aug 27
2
[LLVMdev] Mandatory duplicated incoming nodes on phis
...ers,
Gary
--
http://gbenson.net/
-------------- next part --------------
define internal i32 @func419(i32* %foo_addr, i32* %bar_addr, i32 %baz) {
%method = load i32* %foo_addr
br label %not_zero
not_zero:
switch i32 %baz, label %no_exception9 [
i32 6, label %bci_56
i32 7, label %bci_56
]
no_exception9:
%bar = load i32* %bar_addr
br label %bci_56
bci_56:
%method1 = phi i32 [ %method, %not_zero ], [ %method, %not_zero ], [ %bar, %no_exception9 ]
ret i32 %method1
}