test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.

llvm-svn: 164975
This commit is contained in:
NAKAMURA Takumi 2012-10-01 22:48:07 +00:00
parent 745c52dd4e
commit 1d24e56bad
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
; RUN: llc < %s -mcpu=generic -march=x86-64 > %t
; RUN: grep subq %t | count 1
; RUN: grep addq %t | count 1
; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux | FileCheck %s
; CHECK: f0:
; CHECK: subq
; CHECK: addq
define x86_fp80 @f0(float %f) nounwind readnone noredzone {
entry: