[llvm-commits] [llvm] r164975 - /llvm/trunk/test/CodeGen/X86/red-zone2.ll

NAKAMURA Takumi geek4civic at gmail.com
Mon Oct 1 15:48:07 PDT 2012


Author: chapuni
Date: Mon Oct  1 17:48:07 2012
New Revision: 164975

URL: http://llvm.org/viewvc/llvm-project?rev=164975&view=rev
Log:
test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize.

Modified:
    llvm/trunk/test/CodeGen/X86/red-zone2.ll

Modified: llvm/trunk/test/CodeGen/X86/red-zone2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/red-zone2.ll?rev=164975&r1=164974&r2=164975&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/red-zone2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/red-zone2.ll Mon Oct  1 17:48:07 2012
@@ -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:





More information about the llvm-commits mailing list