Don't let x86 asm printer use the no operand movsd alias. It should use the normal...
[oota-llvm.git] / lib / Target / X86 / X86InstrInfo.td
index 9e5b6ff31d779ba3ab4023506c297285a7ac6048..38196c69984d45d1182d77f502901f8e8dee3f3a 100644 (file)
@@ -2128,7 +2128,7 @@ def : InstAlias<"movq $src, $dst",
 
 // movsd with no operands (as opposed to the SSE scalar move of a double) is an
 // alias for movsl. (as in rep; movsd)
-def : InstAlias<"movsd", (MOVSD)>;
+def : InstAlias<"movsd", (MOVSD), 0>;
 
 // movsx aliases
 def : InstAlias<"movsx $src, $dst", (MOVSX16rr8 GR16:$dst, GR8:$src), 0>;