From bf547cea0e50c2147275c6e5f1bb3b96baf045b5 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Tue, 23 Jul 2013 01:29:37 +0000 Subject: [PATCH] Revert r186907 to fix bots. llvm-svn: 186910 --- llvm/lib/Target/X86/X86InstrInfo.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/X86/X86InstrInfo.td b/llvm/lib/Target/X86/X86InstrInfo.td index 38196c6..9e5b6ff 100644 --- a/llvm/lib/Target/X86/X86InstrInfo.td +++ b/llvm/lib/Target/X86/X86InstrInfo.td @@ -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), 0>; +def : InstAlias<"movsd", (MOVSD)>; // movsx aliases def : InstAlias<"movsx $src, $dst", (MOVSX16rr8 GR16:$dst, GR8:$src), 0>; -- 2.7.4