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
This commit is contained in:
Matthijs Kooijman 2008-06-12 08:49:04 +00:00
parent 6725cb5f1c
commit ca9bcb0fda

View 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 {