forked from OSchip/llvm-project
Test assumes tail merging is off; this must now be explicit.
llvm-svn: 37286
This commit is contained in:
parent
82810c8a13
commit
80fae16a06
|
@ -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…
Reference in New Issue