From 9103ba100368f5367a17381470751963ef77c703 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 19 Feb 2008 02:58:36 +0000 Subject: [PATCH] Fix up the run line for this new test. llc: for the -info-output-file option: requires a value! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47306 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2008-02-18-TailMergingBug.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/2008-02-18-TailMergingBug.ll b/test/CodeGen/X86/2008-02-18-TailMergingBug.ll index d4c710dbd5f..703ba2296bc 100644 --- a/test/CodeGen/X86/2008-02-18-TailMergingBug.ll +++ b/test/CodeGen/X86/2008-02-18-TailMergingBug.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -stats -info-output-file | grep "Number of block tails merged" | grep 6 +; RUN: llvm-as < %s | llc -march=x86 -stats | grep {Number of block tails merged} | grep 6 ; PR1909 @.str = internal constant [48 x i8] c"transformed bounds: (%.2f, %.2f), (%.2f, %.2f)\0A\00" ; <[48 x i8]*> [#uses=1] -- 2.34.1