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:
parent
fe0fe14411
commit
91ec0a7822
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user