[X86] Don't use GR64 register 'and with immediate' instructions if the immediate...
[oota-llvm.git] / test / CodeGen / X86 / bmi.ll
index f1ef9ef64e9bae681ea36ed0a70d86820038868b..8b13e960cd8fadaba49f69ce693979cfd2fcff46 100644 (file)
@@ -260,7 +260,7 @@ entry:
   %and = and i64 %x, 2147483647
   ret i64 %and
 ; CHECK-LABEL: bzhi64_small_constant_mask:
-; CHECK: andq  $2147483647, %r[[ARG1]]
+; CHECK: andl  $2147483647, %e[[ARG1]]
 }
 
 define i32 @blsi32(i32 %x) nounwind readnone {