aboutsummaryrefslogtreecommitdiffstats
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
commitca9bcb0fda2229ceb5a0112cdaec532c9418aa03 (patch)
treea974e2f3f928c4d0bfc10bf52ab3895ce59e76b5
parent6725cb5f1c1b59cbd71dc221623c7b4cabafafd0 (diff)
downloadexternal_llvm-ca9bcb0fda2229ceb5a0112cdaec532c9418aa03.zip
external_llvm-ca9bcb0fda2229ceb5a0112cdaec532c9418aa03.tar.gz
external_llvm-ca9bcb0fda2229ceb5a0112cdaec532c9418aa03.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
-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 {