diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/lsr-delayed-fold.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/lsr-delayed-fold.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/lsr-delayed-fold.ll b/llvm/test/CodeGen/X86/lsr-delayed-fold.ll index 813591419cb..eaa52dec283 100644 --- a/llvm/test/CodeGen/X86/lsr-delayed-fold.ll +++ b/llvm/test/CodeGen/X86/lsr-delayed-fold.ll @@ -42,7 +42,7 @@ for.cond: ; preds = %lbl_264, %for.inc, lbl_264: ; preds = %if.end, %lbl_264.preheader %g_263.tmp.0 = phi i8 [ %g_263.tmp.1, %for.cond ] ; <i8> [#uses=1] - %tmp7 = load i16* undef ; <i16> [#uses=1] + %tmp7 = load i16, i16* undef ; <i16> [#uses=1] %conv8 = trunc i16 %tmp7 to i8 ; <i8> [#uses=1] %mul.i = mul i8 %p_95.addr.0, %p_95.addr.0 ; <i8> [#uses=1] %mul.i18 = mul i8 %mul.i, %conv8 ; <i8> [#uses=1] @@ -99,7 +99,7 @@ lor.lhs.false: ; preds = %for.body %add112 = trunc i64 %tmp45 to i32 ; <i32> [#uses=1] %add118 = trunc i64 %tmp47 to i32 ; <i32> [#uses=1] %tmp10 = getelementptr %struct.Bu, %struct.Bu* %bu, i64 %indvar, i32 2 ; <i32*> [#uses=1] - %tmp11 = load i32* %tmp10 ; <i32> [#uses=0] + %tmp11 = load i32, i32* %tmp10 ; <i32> [#uses=0] tail call void undef(i32 %add22) tail call void undef(i32 %add28) tail call void undef(i32 %add34) |

