diff options
Diffstat (limited to 'test/Transforms/LICM/lcssa-ssa-promoter.ll')
-rw-r--r-- | test/Transforms/LICM/lcssa-ssa-promoter.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/lcssa-ssa-promoter.ll b/test/Transforms/LICM/lcssa-ssa-promoter.ll index 5df3ef1..b0cae87 100644 --- a/test/Transforms/LICM/lcssa-ssa-promoter.ll +++ b/test/Transforms/LICM/lcssa-ssa-promoter.ll @@ -44,7 +44,7 @@ inner.body.rhs: ; CHECK-NEXT: br label %inner.latch inner.latch: - %y_val = load i32* @y, align 4 + %y_val = load i32, i32* @y, align 4 %icmp = icmp eq i32 %y_val, 0 br i1 %icmp, label %inner.exit, label %inner.header ; CHECK: inner.latch: |