From: NAKAMURA Takumi Date: Mon, 1 Oct 2012 22:48:07 +0000 (+0000) Subject: test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d24e56bad707c432fe8f3c6d61d656912007726;p=platform%2Fupstream%2Fllvm.git test/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64-linux, and FileCheck-ize. llvm-svn: 164975 --- diff --git a/llvm/test/CodeGen/X86/red-zone2.ll b/llvm/test/CodeGen/X86/red-zone2.ll index f092163..3e9c790 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: