From 8d2a922814d58a99b592c5844f87048d935812b4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 26 Dec 2007 17:23:47 +0000 Subject: one fewer uncond branch with my codegenprepare hack for single-mbb backedges. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45360 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2006-05-02-InstrSched2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/2006-05-02-InstrSched2.ll b/test/CodeGen/X86/2006-05-02-InstrSched2.ll index e8bcb69..6782b68 100644 --- a/test/CodeGen/X86/2006-05-02-InstrSched2.ll +++ b/test/CodeGen/X86/2006-05-02-InstrSched2.ll @@ -1,5 +1,5 @@ ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -stats |& \ -; RUN: grep asm-printer | grep 15 +; RUN: grep asm-printer | grep 14 void %_ZN9__gnu_cxx9hashtableISt4pairIKPKciES3_NS_4hashIS3_EESt10_Select1stIS5_E5eqstrSaIiEE14find_or_insertERKS5__cond_true456.i(sbyte* %tmp435.i, uint* %tmp449.i.out) { newFuncRoot: -- cgit v1.1