summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-10-19-SpillerUnfold.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2007-10-19-SpillerUnfold.ll')
-rw-r--r--test/CodeGen/X86/2007-10-19-SpillerUnfold.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-10-19-SpillerUnfold.ll b/test/CodeGen/X86/2007-10-19-SpillerUnfold.ll
index 600bd1f178..d3120f3e0e 100644
--- a/test/CodeGen/X86/2007-10-19-SpillerUnfold.ll
+++ b/test/CodeGen/X86/2007-10-19-SpillerUnfold.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | grep inc | not grep PTR
-define i16 @t(i32* %bitptr, i32* %source, i8** %byteptr, i32 %scale, i32 %round) signext {
+define signext i16 @t(i32* %bitptr, i32* %source, i8** %byteptr, i32 %scale, i32 %round) {
entry:
br label %bb