llvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic to appease valgrind.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 20 Jan 2013 15:40:02 +0000 (15:40 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 20 Jan 2013 15:40:02 +0000 (15:40 +0000)
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

test/CodeGen/X86/win_ftol2.ll

index 596b4262e6b095b6f69f881a01bc73aab4d990d2..7f8ae07463a65dfdfd1b6f9635c8adf410477e65 100644 (file)
@@ -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
 ; 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