diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2008-06-12 08:49:04 +0000 |
---|---|---|
committer | Matthijs Kooijman <matthijs@stdin.nl> | 2008-06-12 08:49:04 +0000 |
commit | ca9bcb0fda2229ceb5a0112cdaec532c9418aa03 (patch) | |
tree | a974e2f3f928c4d0bfc10bf52ab3895ce59e76b5 /test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll | |
parent | 6725cb5f1c1b59cbd71dc221623c7b4cabafafd0 (diff) |
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/2008-06-11-AvoidDupLoopHeader.ll')
-rw-r--r-- | test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll | 2 |
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 5692ca6726..7014f744a8 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 { |