summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/select.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/select.ll')
-rw-r--r--test/CodeGen/X86/select.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/select.ll b/test/CodeGen/X86/select.ll
index ce04e07854..02c9502bf9 100644
--- a/test/CodeGen/X86/select.ll
+++ b/test/CodeGen/X86/select.ll
@@ -30,7 +30,7 @@ bb91: ; preds = %bb84
ret i32 0
; CHECK: test2:
; CHECK: movnew
-; CHECK: movswl
+; CHECK: movsx
}
declare i1 @return_false()