forked from OSchip/llvm-project
Updated test with -verify-machineinstrs to check for PR21931
llvm-svn: 288242
This commit is contained in:
parent
e3e21cfc0c
commit
6c38b7548d
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc < %s -mcpu=generic -mtriple=i386-apple-darwin -no-integrated-as | FileCheck %s
|
||||
; RUN: llc < %s -mcpu=generic -mtriple=i386-apple-darwin -verify-machineinstrs -no-integrated-as | FileCheck %s
|
||||
|
||||
; There should be no stack manipulations between the inline asm and ret.
|
||||
; CHECK: test1
|
||||
|
|
Loading…
Reference in New Issue