summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/select-must-add-unconditional-jump.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/AVR/select-must-add-unconditional-jump.ll')
-rw-r--r--llvm/test/CodeGen/AVR/select-must-add-unconditional-jump.ll2
1 files changed, 1 insertions, 1 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..e6344dfc692 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,4 @@
-; RUN: llc -march=avr -print-after=expand-isel-pseudos < %s 2>&1 | FileCheck %s
+; RUN: llc -march=avr -print-after=expand-isel-pseudos -cgp-freq-ratio-to-skip-merge=10 < %s 2>&1 | FileCheck %s
; Because `switch` seems to trigger Machine Basic Blocks to be ordered
; in a different order than they were constructed, this exposes an
OpenPOWER on IntegriCloud