From 91ec0a78223a17c2d25f4911866f405fc6a52778 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Tue, 22 May 2007 17:18:05 +0000 Subject: [PATCH] Test assumes tail merging is off; this must now be explicit. llvm-svn: 37286 --- test/CodeGen/Generic/2007-02-16-BranchFold.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Generic/2007-02-16-BranchFold.ll b/test/CodeGen/Generic/2007-02-16-BranchFold.ll index 69ed7db2dc8..0a8e49e56e4 100644 --- a/test/CodeGen/Generic/2007-02-16-BranchFold.ll +++ b/test/CodeGen/Generic/2007-02-16-BranchFold.ll @@ -1,5 +1,5 @@ ; PR 1200 -; RUN: llvm-as < %s | llc | not grep jmp +; RUN: llvm-as < %s | llc -enable-tail-merge=0 | not grep jmp ; ModuleID = '' target datalayout = "e-p:32:32"