diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-11 03:41:03 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-10-11 03:41:03 +0000 |
commit | b1044b042f2a7ed3f9c4b043cd27ef6bfca8839e (patch) | |
tree | ad4e71b337d6e273d2cf65b6428a66d236d81baa | |
parent | bfbbe328371772a1b8408066f976a374b379e684 (diff) |
test/CodeGen/X86/movbe.ll: Give explicit -mtriple=x86_64-linux, to unbreak win32 hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141640 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/movbe.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/movbe.ll b/test/CodeGen/X86/movbe.ll index 0ed84693d5..3d3d8cf19b 100644 --- a/test/CodeGen/X86/movbe.ll +++ b/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 |