test/CodeGen/X86/movbe.ll: Give explicit -mtriple=x86_64-linux, to unbreak win32 hosts.

llvm-svn: 141640
This commit is contained in:
NAKAMURA Takumi 2011-10-11 03:41:03 +00:00
parent 43f01cae95
commit ba38717f34
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc -march=x86-64 -mcpu=atom < %s | FileCheck %s
; RUN: llc -mtriple=x86_64-linux -mcpu=atom < %s | FileCheck %s
declare i32 @llvm.bswap.i32(i32) nounwind readnone
declare i64 @llvm.bswap.i64(i64) nounwind readnone