diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2010-01-19-OptExtBug.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2010-01-19-OptExtBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2010-01-19-OptExtBug.ll b/llvm/test/CodeGen/X86/2010-01-19-OptExtBug.ll index ec24e73c34a..def8dd31978 100644 --- a/llvm/test/CodeGen/X86/2010-01-19-OptExtBug.ll +++ b/llvm/test/CodeGen/X86/2010-01-19-OptExtBug.ll @@ -21,7 +21,7 @@ bb7: ; preds = %bb6 unreachable bb9: ; preds = %bb6 - %0 = load i8* undef, align 1 ; <i8> [#uses=3] + %0 = load i8, i8* undef, align 1 ; <i8> [#uses=3] br i1 undef, label %bb12, label %bb10 bb10: ; preds = %bb9 |