Add line continuation character so the avoid dup loop header test actually runs.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 12 Jun 2008 08:49:04 +0000 (08:49 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 12 Jun 2008 08:49:04 +0000 (08:49 +0000)
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

index 5692ca6726495041284224b23da97ad234ff278d..7014f744a8056f2a569306d03f7b382c5c8645df 100644 (file)
@@ -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  {