From: Craig Topper Date: Thu, 20 Jul 2017 06:19:52 +0000 (+0000) Subject: [X86] Remove outdated bug comment from a test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e12ad2d74005fd4bad25b7706e8c69b2d4932b5d;p=llvm [X86] Remove outdated bug comment from a test. The test issue was fixed and the test was updated in r244577, but the comment wasn't removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308588 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/shift-bmi2.ll b/test/CodeGen/X86/shift-bmi2.ll index fdeddffdfb0..f4c7c9b246b 100644 --- a/test/CodeGen/X86/shift-bmi2.ll +++ b/test/CodeGen/X86/shift-bmi2.ll @@ -150,7 +150,6 @@ entry: %x = load i32, i32* %p %shl = ashr i32 %x, %shamt ; BMI2: ashr32p -; Source order scheduling prevents folding, rdar:14208996. ; BMI2: sarxl %{{.+}}, ({{.+}}), %{{.+}} ; BMI2: ret ; BMI264: ashr32p