diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-20 15:40:02 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-20 15:40:02 +0000 |
| commit | 9439237063c32a0b4784a9c4cadcba7f729a252e (patch) | |
| tree | d40ef7966c40af3608b7a5e2a2edee7d7eb2578a | |
| parent | a34792085c0b44e4a634ab3319caa5661f9f476c (diff) | |
| download | bcm5719-llvm-9439237063c32a0b4784a9c4cadcba7f729a252e.tar.gz bcm5719-llvm-9439237063c32a0b4784a9c4cadcba7f729a252e.zip | |
llvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic to appease valgrind.
On valgrind the processor is reported;
Host CPU: athlon-fx
llvm-svn: 172983
| -rw-r--r-- | llvm/test/CodeGen/X86/win_ftol2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/win_ftol2.ll b/llvm/test/CodeGen/X86/win_ftol2.ll index 596b4262e6b..7f8ae07463a 100644 --- a/llvm/test/CodeGen/X86/win_ftol2.ll +++ b/llvm/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 |

