From e12ad2d74005fd4bad25b7706e8c69b2d4932b5d Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Thu, 20 Jul 2017 06:19:52 +0000 Subject: [PATCH] [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 --- test/CodeGen/X86/shift-bmi2.ll | 1 - 1 file changed, 1 deletion(-) 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 -- 2.50.1