diff options
Diffstat (limited to 'test/CodeGen/X86/20090313-signext.ll')
-rw-r--r-- | test/CodeGen/X86/20090313-signext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/20090313-signext.ll b/test/CodeGen/X86/20090313-signext.ll index b8effa6..3ea1316 100644 --- a/test/CodeGen/X86/20090313-signext.ll +++ b/test/CodeGen/X86/20090313-signext.ll @@ -10,7 +10,7 @@ entry: %0 = tail call signext i16 @h() nounwind %1 = sext i16 %0 to i32 tail call void @g(i32 %1) nounwind - %2 = load i16* @x, align 2 + %2 = load i16, i16* @x, align 2 ret i16 %2 } |