X86: Shrink certain forms of movsx.
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-ret-ext.ll
index fd768cb9b336826b18833e75655d1e3d0283912b..395ad1e616abc938b831a7023534a62fc442a35a 100644 (file)
@@ -26,7 +26,7 @@ define signext i16 @test4(i32 %y) nounwind {
   %conv = trunc i32 %y to i16
   ret i16 %conv
   ; CHECK: test4:
-  ; CHECK: movswl {{.*}}, %eax
+  ; CHECK: {{(movswl.%.x, %eax|cwtl)}}
 }
 
 define zeroext i1 @test5(i32 %y) nounwind {