diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/sext-trunc.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/sext-trunc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sext-trunc.ll b/llvm/test/CodeGen/X86/sext-trunc.ll index 2eaf42577c7..22b3791ba57 100644 --- a/llvm/test/CodeGen/X86/sext-trunc.ll +++ b/llvm/test/CodeGen/X86/sext-trunc.ll @@ -3,7 +3,7 @@ ; RUN: not grep movz %t ; RUN: not grep and %t -define i8 @foo(i16 signext %x) signext nounwind { +define signext i8 @foo(i16 signext %x) nounwind { %retval56 = trunc i16 %x to i8 ret i8 %retval56 } |