From 981f513ae37193d86f919a65a6727d05ac9d667f Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Sun, 3 Mar 2019 19:08:54 +0000 Subject: [PATCH] [InstCombine] remove stale FIXME comment from test; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355293 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/assume.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Transforms/InstCombine/assume.ll b/test/Transforms/InstCombine/assume.ll index ec345b253fb..bc11a1f17b2 100644 --- a/test/Transforms/InstCombine/assume.ll +++ b/test/Transforms/InstCombine/assume.ll @@ -292,7 +292,6 @@ define i32 @assumption_conflicts_with_known_bits(i32 %a, i32 %b) { ret i32 %and1 } -; FIXME: ; PR37726 - https://bugs.llvm.org/show_bug.cgi?id=37726 ; There's a loophole in eliminating a redundant assumption when ; we have conflicting assumptions. Verify that debuginfo doesn't -- 2.50.1