diff options
Diffstat (limited to 'llvm/test/Transforms/LoopStrengthReduce/2011-07-19-CritEdgeBreakCrash.ll')
-rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/2011-07-19-CritEdgeBreakCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/2011-07-19-CritEdgeBreakCrash.ll b/llvm/test/Transforms/LoopStrengthReduce/2011-07-19-CritEdgeBreakCrash.ll index e0f6879bffd..cf549fc38ac 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/2011-07-19-CritEdgeBreakCrash.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/2011-07-19-CritEdgeBreakCrash.ll @@ -29,7 +29,7 @@ while.cond.i: ; preds = %while.body.i15795, br i1 %boo2, label %indirectgoto, label %while.body.i15795 while.body.i15795: ; preds = %while.cond.i - %tmp20.i = load i64* %incdec.ptr.i15793, align 8 + %tmp20.i = load i64, i64* %incdec.ptr.i15793, align 8 %boo1 = call i1 @foo() br i1 %boo1, label %while.cond.i, label %body_failed |