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

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 fe0fe14411
commit 91ec0a7822

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"