aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/TailDup
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-06-12 08:49:04 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-06-12 08:49:04 +0000
commit7d6d34987df810dd3ba44dc067fab18c56c349ea (patch)
treea974e2f3f928c4d0bfc10bf52ab3895ce59e76b5 /test/Transforms/TailDup
parent5e42ba1e7ad8d79d17d32e6906e5ecc3f9185820 (diff)
downloadexternal_llvm-7d6d34987df810dd3ba44dc067fab18c56c349ea.zip
external_llvm-7d6d34987df810dd3ba44dc067fab18c56c349ea.tar.gz
external_llvm-7d6d34987df810dd3ba44dc067fab18c56c349ea.tar.bz2
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
Diffstat (limited to 'test/Transforms/TailDup')
-rw-r--r--test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll b/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
index 5692ca6..7014f74 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 {