summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit1d24e56bad707c432fe8f3c6d61d656912007726 (patch)
tree07e192afecf64731151efcae3d567bf73ff522a2 /llvm
parent745c52dd4ef7d363ba186518138d85d3476e46e7 (diff)
downloadbcm5719-llvm-1d24e56bad707c432fe8f3c6d61d656912007726.tar.gz
bcm5719-llvm-1d24e56bad707c432fe8f3c6d61d656912007726.zip
test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.
llvm-svn: 164975
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/red-zone2.ll7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/red-zone2.ll b/llvm/test/CodeGen/X86/red-zone2.ll
index f09216319e8..3e9c7909a36 100644
--- a/llvm/test/CodeGen/X86/red-zone2.ll
+++ b/llvm/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:
OpenPOWER on IntegriCloud