summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/red-zone2.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-10-01 22:48:07 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-10-01 22:48:07 +0000
commit3fc42fd77c7f8bdb2729ce5405d65297bbfdff84 (patch)
tree207c800b4f347f536d70462a47ebdf80aba8ca17 /test/CodeGen/X86/red-zone2.ll
parentb4316028b3978e65cc2b97042292637857dfad49 (diff)
downloadllvm-3fc42fd77c7f8bdb2729ce5405d65297bbfdff84.tar.gz
llvm-3fc42fd77c7f8bdb2729ce5405d65297bbfdff84.tar.bz2
llvm-3fc42fd77c7f8bdb2729ce5405d65297bbfdff84.tar.xz
test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164975 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/red-zone2.ll')
-rw-r--r--test/CodeGen/X86/red-zone2.ll7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/CodeGen/X86/red-zone2.ll b/test/CodeGen/X86/red-zone2.ll
index f09216319e..3e9c7909a3 100644
--- a/test/CodeGen/X86/red-zone2.ll
+++ b/test/CodeGen/X86/red-zone2.ll
@@ -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: