1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Add line continuation character so the avoid dup loop header test actually runs.

llvm-svn: 52228
This commit is contained in:
Matthijs Kooijman 2008-06-12 08:49:04 +00:00
parent a90427821b
commit 3a11ccc589

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 {