diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll b/llvm/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll index b3b73238420..02ace31fdd4 100644 --- a/llvm/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll +++ b/llvm/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll @@ -1,7 +1,7 @@ -; RUN: llc < %s -march=ppc32 -enable-tail-merge=0 | grep bl.*baz | count 2 -; RUN: llc < %s -march=ppc32 -enable-tail-merge=0 | grep bl.*quux | count 2 -; RUN: llc < %s -march=ppc32 | grep bl.*baz | count 1 -; RUN: llc < %s -march=ppc32 | grep bl.*quux | count 1 +; RUN: llc -verify-machineinstrs < %s -march=ppc32 -enable-tail-merge=0 | grep bl.*baz | count 2 +; RUN: llc -verify-machineinstrs < %s -march=ppc32 -enable-tail-merge=0 | grep bl.*quux | count 2 +; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep bl.*baz | count 1 +; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep bl.*quux | count 1 ; Check that tail merging is the default on ppc, and that -enable-tail-merge works. ; ModuleID = 'tail.c' |