summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/win_ftol2.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-20 15:40:02 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-20 15:40:02 +0000
commit1340833d7c7ed49cf8b19acf53b06a8087ab2bdc (patch)
treef64c04f6490ae7d9e64bb5edc38975b269f55c11 /test/CodeGen/X86/win_ftol2.ll
parent30bb1893e1b2b0794aa05893377300f7154049e1 (diff)
downloadllvm-1340833d7c7ed49cf8b19acf53b06a8087ab2bdc.tar.gz
llvm-1340833d7c7ed49cf8b19acf53b06a8087ab2bdc.tar.bz2
llvm-1340833d7c7ed49cf8b19acf53b06a8087ab2bdc.tar.xz
llvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic to appease valgrind.
On valgrind the processor is reported; Host CPU: athlon-fx git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172983 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/win_ftol2.ll')
-rw-r--r--test/CodeGen/X86/win_ftol2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/win_ftol2.ll b/test/CodeGen/X86/win_ftol2.ll
index 596b4262e6..7f8ae07463 100644
--- a/test/CodeGen/X86/win_ftol2.ll
+++ b/test/CodeGen/X86/win_ftol2.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i686-pc-win32 | FileCheck %s -check-prefix=FTOL
+; RUN: llc < %s -mtriple=i686-pc-win32 -mcpu=generic | FileCheck %s -check-prefix=FTOL
; RUN: llc < %s -mtriple=i686-pc-mingw32 | FileCheck %s -check-prefix=COMPILERRT
; RUN: llc < %s -mtriple=i686-pc-linux | FileCheck %s -check-prefix=COMPILERRT
; RUN: llc < %s -mtriple=x86_64-pc-win32 | FileCheck %s -check-prefix=COMPILERRT