[x86] remove stale FIXME note from test; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 1 Aug 2018 17:18:50 +0000 (17:18 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 1 Aug 2018 17:18:50 +0000 (17:18 +0000)
This was fixed with rL338592.

llvm-svn: 338593

llvm/test/CodeGen/X86/funnel-shift-rot.ll

index 90574ef..3455a05 100644 (file)
@@ -386,7 +386,7 @@ define <4 x i32> @rotr_v4i32_shift_by_bitwidth(<4 x i32> %x) nounwind {
   ret <4 x i32> %f
 }
 
-; FIXME: Non power-of-2 types can't use the negated shift amount to avoid a select.
+; Non power-of-2 types can't use the negated shift amount to avoid a select.
 
 declare i7 @llvm.fshl.i7(i7, i7, i7)
 declare i7 @llvm.fshr.i7(i7, i7, i7)