diff options
| -rw-r--r-- | llvm/test/CodeGen/AVR/select-must-add-unconditional-jump.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AVR/select-must-add-unconditional-jump.ll b/llvm/test/CodeGen/AVR/select-must-add-unconditional-jump.ll index 5c675b26614..59248f99451 100644 --- a/llvm/test/CodeGen/AVR/select-must-add-unconditional-jump.ll +++ b/llvm/test/CodeGen/AVR/select-must-add-unconditional-jump.ll @@ -1,4 +1,5 @@ ; RUN: llc -march=avr -print-after=expand-isel-pseudos < %s 2>&1 | FileCheck %s +; XFAIL: * ; Because `switch` seems to trigger Machine Basic Blocks to be ordered ; in a different order than they were constructed, this exposes an |

