summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-10-11 03:41:03 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-10-11 03:41:03 +0000
commitba38717f34dfd6a388d4d36701295b51850f715f (patch)
treebf7c012774f4e7af2245c0d586496aa1d342a2a8
parent43f01cae95843c07ec7940de9683767c99202af8 (diff)
downloadbcm5719-llvm-ba38717f34dfd6a388d4d36701295b51850f715f.tar.gz
bcm5719-llvm-ba38717f34dfd6a388d4d36701295b51850f715f.zip
test/CodeGen/X86/movbe.ll: Give explicit -mtriple=x86_64-linux, to unbreak win32 hosts.
llvm-svn: 141640
-rw-r--r--llvm/test/CodeGen/X86/movbe.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/movbe.ll b/llvm/test/CodeGen/X86/movbe.ll
index 0ed84693d58..3d3d8cf19b7 100644
--- a/llvm/test/CodeGen/X86/movbe.ll
+++ b/llvm/test/CodeGen/X86/movbe.ll
@@ -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
OpenPOWER on IntegriCloud