mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-04 06:12:18 +00:00
Test assumes tail merging is off; this must now be explicit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37286 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
81da02b553
commit
b68f3db93b
@ -1,5 +1,5 @@
|
|||||||
; PR 1200
|
; PR 1200
|
||||||
; RUN: llvm-as < %s | llc | not grep jmp
|
; RUN: llvm-as < %s | llc -enable-tail-merge=0 | not grep jmp
|
||||||
|
|
||||||
; ModuleID = '<stdin>'
|
; ModuleID = '<stdin>'
|
||||||
target datalayout = "e-p:32:32"
|
target datalayout = "e-p:32:32"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user