summaryrefslogtreecommitdiffstats
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
commit653be276b5aba4455aab9670789bed405882626d (patch)
treefdef7f502ccbfa99f172687a6b1930344d62a5a8
parentde794aadae213071025879a0cd7d08723e83ce44 (diff)
downloadbcm5719-llvm-653be276b5aba4455aab9670789bed405882626d.tar.gz
bcm5719-llvm-653be276b5aba4455aab9670789bed405882626d.zip
Add line continuation character so the avoid dup loop header test actually runs.
llvm-svn: 52228
-rw-r--r--llvm/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll b/llvm/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
index 5692ca67264..7014f744a80 100644
--- a/llvm/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
+++ b/llvm/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 {
OpenPOWER on IntegriCloud