diff options
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r-- | llvm/test/Transforms/InstCombine/narrow-switch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/narrow-switch.ll b/llvm/test/Transforms/InstCombine/narrow-switch.ll index 8f4c24b9deb..c391fd2cd33 100644 --- a/llvm/test/Transforms/InstCombine/narrow-switch.ll +++ b/llvm/test/Transforms/InstCombine/narrow-switch.ll @@ -130,7 +130,7 @@ sw.default: ret void } -; FIXME: https://llvm.org/bugs/show_bug.cgi?id=31260 +; https://llvm.org/bugs/show_bug.cgi?id=31260 define i8 @PR31260(i8 %x) { ; ALL-LABEL: @PR31260( |