diff options
Diffstat (limited to 'test/CodeGen/X86/ragreedy-hoist-spill.ll')
-rw-r--r-- | test/CodeGen/X86/ragreedy-hoist-spill.ll | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/CodeGen/X86/ragreedy-hoist-spill.ll b/test/CodeGen/X86/ragreedy-hoist-spill.ll index 57afb4152db..454680f134b 100644 --- a/test/CodeGen/X86/ragreedy-hoist-spill.ll +++ b/test/CodeGen/X86/ragreedy-hoist-spill.ll @@ -18,7 +18,7 @@ define i8* @SyFgets(i8* %line, i64 %length, i64 %fid) { entry: %sub.ptr.rhs.cast646 = ptrtoint i8* %line to i64 %old = alloca [512 x i8], align 16 - %0 = getelementptr inbounds [512 x i8]* %old, i64 0, i64 0 + %0 = getelementptr inbounds [512 x i8], [512 x i8]* %old, i64 0, i64 0 switch i64 %fid, label %if.then [ i64 2, label %if.end i64 0, label %if.end @@ -58,7 +58,7 @@ if.then.i2712: unreachable SyTime.exit2720: - %add.ptr = getelementptr [512 x i8]* %old, i64 0, i64 512 + %add.ptr = getelementptr [512 x i8], [512 x i8]* %old, i64 0, i64 512 %cmp293427 = icmp ult i8* %0, %add.ptr br i1 %cmp293427, label %for.body.lr.ph, label %while.body.preheader @@ -67,8 +67,8 @@ for.body.lr.ph: br label %while.body.preheader while.body.preheader: - %add.ptr1603 = getelementptr [512 x i8]* null, i64 0, i64 512 - %echo.i3101 = getelementptr [16 x %struct.TMP.1]* @syBuf, i64 0, i64 %fid, i32 1 + %add.ptr1603 = getelementptr [512 x i8], [512 x i8]* null, i64 0, i64 512 + %echo.i3101 = getelementptr [16 x %struct.TMP.1], [16 x %struct.TMP.1]* @syBuf, i64 0, i64 %fid, i32 1 %1 = xor i64 %sub.ptr.rhs.cast646, -1 br label %do.body @@ -210,7 +210,7 @@ land.lhs.true504: br i1 undef, label %do.body479.backedge, label %if.end517 do.body479.backedge: - %incdec.ptr480 = getelementptr i8* %incdec.ptr4803316, i64 1 + %incdec.ptr480 = getelementptr i8, i8* %incdec.ptr4803316, i64 1 %cmp483 = icmp eq i8 undef, 0 br i1 %cmp483, label %if.end517, label %do.body479.backedge.land.rhs485_crit_edge @@ -245,7 +245,7 @@ for.end552: %s.2.lcssa = phi i8* [ undef, %for.cond542.preheader ], [ %q.4, %for.body545 ] %sub.ptr.lhs.cast553 = ptrtoint i8* %s.2.lcssa to i64 %sub.ptr.sub555 = sub i64 %sub.ptr.lhs.cast553, 0 - %arrayidx556 = getelementptr i8* null, i64 %sub.ptr.sub555 + %arrayidx556 = getelementptr i8, i8* null, i64 %sub.ptr.sub555 store i8 0, i8* %arrayidx556, align 1, !tbaa !5 br label %while.cond197.backedge @@ -361,9 +361,9 @@ while.end1693: for.body1723: %q.303203 = phi i8* [ getelementptr inbounds ([8192 x i8]* @syHistory, i64 0, i64 8189), %if.then1477 ], [ %incdec.ptr1730, %for.body1723 ] - %add.ptr1728 = getelementptr i8* %q.303203, i64 %idx.neg1727 + %add.ptr1728 = getelementptr i8, i8* %q.303203, i64 %idx.neg1727 %5 = load i8* %add.ptr1728, align 1, !tbaa !5 - %incdec.ptr1730 = getelementptr i8* %q.303203, i64 -1 + %incdec.ptr1730 = getelementptr i8, i8* %q.303203, i64 -1 br label %for.body1723 cleanup: |