diff options
Diffstat (limited to 'test/Transforms/LoopRotate/nosimplifylatch.ll')
-rw-r--r-- | test/Transforms/LoopRotate/nosimplifylatch.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Transforms/LoopRotate/nosimplifylatch.ll b/test/Transforms/LoopRotate/nosimplifylatch.ll index 8e858b4..07ff664 100644 --- a/test/Transforms/LoopRotate/nosimplifylatch.ll +++ b/test/Transforms/LoopRotate/nosimplifylatch.ll @@ -18,13 +18,13 @@ for.cond: ; preds = %for.inc, %entry br i1 %lnot.i, label %for.end, label %for.body for.body: ; preds = %for.cond - %0 = load i32* %coerce.val.ip9, align 4 - %1 = load i32* %__value_, align 4 + %0 = load i32, i32* %coerce.val.ip9, align 4 + %1 = load i32, i32* %__value_, align 4 %cmp = icmp eq i32 %0, %1 br i1 %cmp, label %for.end, label %for.inc for.inc: ; preds = %for.body - %incdec.ptr.i = getelementptr inbounds i32* %coerce.val.ip9, i64 1 + %incdec.ptr.i = getelementptr inbounds i32, i32* %coerce.val.ip9, i64 1 br label %for.cond for.end: ; preds = %for.cond, %for.body |