summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sext-ret-val.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/sext-ret-val.ll')
-rw-r--r--test/CodeGen/X86/sext-ret-val.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sext-ret-val.ll b/test/CodeGen/X86/sext-ret-val.ll
index da1a1871e7..c86e59177f 100644
--- a/test/CodeGen/X86/sext-ret-val.ll
+++ b/test/CodeGen/X86/sext-ret-val.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | grep movzbl | count 1
+; RUN: llc < %s -march=x86 | grep movzx | count 1
; rdar://6699246
define signext i8 @t1(i8* %A) nounwind readnone ssp {