mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Reformat test case to be easier to migrate to typeless pointers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229275 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da0198de41
commit
7af26dce0d
@ -20,7 +20,10 @@ entry:
|
||||
br i1 %cmp88, label %for.body.lr.ph, label %for.end
|
||||
|
||||
for.body.lr.ph:
|
||||
%0 = load i32** @b, align 8 %1 = load i32** @a, align 8 %2 = load i32** @c, align 8 br label %for.body
|
||||
%0 = load i32** @b, align 8
|
||||
%1 = load i32** @a, align 8
|
||||
%2 = load i32** @c, align 8
|
||||
br label %for.body
|
||||
|
||||
for.body:
|
||||
%indvars.iv = phi i64 [ 0, %for.body.lr.ph ], [ %indvars.iv.next, %_ZL3fn3ii.exit58 ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user