Test assumes tail merging is off; this must now be explicit.

llvm-svn: 37286
This commit is contained in:
Dale Johannesen 2007-05-22 17:18:05 +00:00
parent 82810c8a13
commit 80fae16a06
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
; PR 1200
; RUN: llvm-as < %s | llc | not grep jmp
; RUN: llvm-as < %s | llc -enable-tail-merge=0 | not grep jmp
; ModuleID = '<stdin>'
target datalayout = "e-p:32:32"