diff options
Diffstat (limited to 'test/CodeGen/X86/promote-assert-zext.ll')
-rw-r--r-- | test/CodeGen/X86/promote-assert-zext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/promote-assert-zext.ll b/test/CodeGen/X86/promote-assert-zext.ll index b582806..5067483 100644 --- a/test/CodeGen/X86/promote-assert-zext.ll +++ b/test/CodeGen/X86/promote-assert-zext.ll @@ -11,7 +11,7 @@ target triple = "x86_64-apple-darwin11" define i64 @_ZL5matchPKtPKhiR9MatchData(i8* %tmp13) nounwind { entry: - %tmp14 = load i8* %tmp13, align 1 + %tmp14 = load i8, i8* %tmp13, align 1 %tmp17 = zext i8 %tmp14 to i16 br label %bb341 |