diff options
author | Sanjay Patel <spatel@rotateright.com> | 2019-03-03 19:08:54 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2019-03-03 19:08:54 +0000 |
commit | e076491759b3b4dc3a34e231781d1871ea74b3fb (patch) | |
tree | 7aa8dcfe7bffbe0f7ab3bf73f72b112cfaa3fd5a | |
parent | 2a70703770a3bac2cbe3757922ac06381c3687ff (diff) | |
download | bcm5719-llvm-e076491759b3b4dc3a34e231781d1871ea74b3fb.tar.gz bcm5719-llvm-e076491759b3b4dc3a34e231781d1871ea74b3fb.zip |
[InstCombine] remove stale FIXME comment from test; NFC
llvm-svn: 355293
-rw-r--r-- | llvm/test/Transforms/InstCombine/assume.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/assume.ll b/llvm/test/Transforms/InstCombine/assume.ll index ec345b253fb..bc11a1f17b2 100644 --- a/llvm/test/Transforms/InstCombine/assume.ll +++ b/llvm/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 |