[AVR] Fix tests after r363757
authorDylan McKay <me@dylanmckay.io>
Thu, 4 Jul 2019 06:12:47 +0000 (06:12 +0000)
committerDylan McKay <me@dylanmckay.io>
Thu, 4 Jul 2019 06:12:47 +0000 (06:12 +0000)
r363757 renamed ExpandISelPseudo to FinalizeISel, so the RUN line in
select-must-add-unconditional-jump.mir needed updating to refer to finalize-isel.

llvm-svn: 365108

llvm/test/CodeGen/AVR/select-must-add-unconditional-jump.ll

index 08382c9..b8536bd 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -march=avr -print-after=expand-isel-pseudos -cgp-freq-ratio-to-skip-merge=10 < %s 2>&1 | FileCheck %s
+; RUN: llc -march=avr -print-after=finalize-isel -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