zap an extra line that Eli noticed!
authorChris Lattner <sabre@nondot.org>
Sun, 28 Mar 2010 18:52:28 +0000 (18:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Mar 2010 18:52:28 +0000 (18:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99770 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrSSE.td

index a496364aee2be501f1c752e3aa646e63f98f98e5..0e6a4f9701f4abab78c183e557019a4e8bdf8aad 100644 (file)
@@ -3197,7 +3197,6 @@ def : Pat<(v4f32 (movlp:$src3 VR128:$src1, (v4f32 VR128:$src2))),
                      (SHUFFLE_get_shuf_imm VR128:$src3))>;
 
 // Set lowest element and zero upper elements.
-let AddedComplexity = 15 in
 def : Pat<(v2f64 (X86vzmovl (v2f64 VR128:$src))),
           (MOVZPQILo2PQIrr VR128:$src)>, Requires<[HasSSE2]>;