mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Modernize testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6888 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
99c91e021a
commit
6932f6b606
@ -23,7 +23,7 @@ bb1: ;[#uses=2]
|
||||
|
||||
bb2: ;[#uses=3]
|
||||
%reg109 = phi %node_t* [ %reg110, %bb2 ], [ %reg107, %bb1 ] ; <%node_t*> [#uses=1]
|
||||
%reg212 = getelementptr %node_t* %reg109, uint 0, ubyte 1 ; <%node_t**> [#uses=1]
|
||||
%reg212 = getelementptr %node_t* %reg109, long 0, ubyte 1 ; <%node_t**> [#uses=1]
|
||||
%reg110 = load %node_t** %reg212 ; <%node_t*> [#uses=2]
|
||||
%cond213 = setne %node_t* %reg110, null ; <bool> [#uses=1]
|
||||
br bool %cond213, label %bb2, label %bb3
|
||||
|
Loading…
x
Reference in New Issue
Block a user