diff options
Diffstat (limited to 'test/CodeGen/X86/2010-01-19-OptExtBug.ll')
-rw-r--r-- | test/CodeGen/X86/2010-01-19-OptExtBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-01-19-OptExtBug.ll b/test/CodeGen/X86/2010-01-19-OptExtBug.ll index ec24e73..def8dd3 100644 --- a/test/CodeGen/X86/2010-01-19-OptExtBug.ll +++ b/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 |