1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Run test with -verify-machineinstrs.

Patch by Sanjoy Das.

llvm-svn: 143066
This commit is contained in:
Rafael Espindola 2011-10-26 21:20:26 +00:00
parent 1958dc7193
commit 8c0e2c2fe7

View File

@ -1,5 +1,5 @@
; RUN: llc < %s -mtriple=i686-linux -segmented-stacks | FileCheck %s -check-prefix=X32
; RUN: llc < %s -mtriple=x86_64-linux -segmented-stacks | FileCheck %s -check-prefix=X64
; RUN: llc < %s -mtriple=i686-linux -segmented-stacks -verify-machineinstrs | FileCheck %s -check-prefix=X32
; RUN: llc < %s -mtriple=x86_64-linux -segmented-stacks -verify-machineinstrs | FileCheck %s -check-prefix=X64
; Just to prevent the alloca from being optimized away
declare void @dummy_use(i32*, i32)