From ca9bcb0fda2229ceb5a0112cdaec532c9418aa03 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 12 Jun 2008 08:49:04 +0000 Subject: [PATCH] Add line continuation character so the avoid dup loop header test actually runs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52228 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll b/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll index 5692ca67264..7014f744a80 100644 --- a/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll +++ b/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -tailduplicate -taildup-threshold=3 -stats -disable-output |& +; RUN: llvm-as < %s | opt -tailduplicate -taildup-threshold=3 -stats -disable-output |& \ ; RUN: not grep tailduplicate define i32 @foo(i32 %l) nounwind { -- 2.34.1