summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-03-17 04:24:40 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-03-17 04:24:40 +0000
commit1aa7f7a997721b8baad6f734e3498ee5bebdd984 (patch)
treed8b39727a2f32766d3d47fb70a80f46500fd8f13 /test
parente27fa74d5f0f772e61b821dee45007f0b79899c1 (diff)
downloadllvm-1aa7f7a997721b8baad6f734e3498ee5bebdd984.tar.gz
llvm-1aa7f7a997721b8baad6f734e3498ee5bebdd984.tar.bz2
llvm-1aa7f7a997721b8baad6f734e3498ee5bebdd984.tar.xz
test/CodeGen/X86/h-registers-1.ll: Add explicit -mtriple=x86_64-linux. It does not need to be checked on x86_64-win32 (aka Win64).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127800 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/h-registers-1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/h-registers-1.ll b/test/CodeGen/X86/h-registers-1.ll
index e97ebab697..402cdfe413 100644
--- a/test/CodeGen/X86/h-registers-1.ll
+++ b/test/CodeGen/X86/h-registers-1.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 > %t
+; RUN: llc < %s -mtriple=x86_64-linux > %t
; RUN: grep {movzbl %\[abcd\]h,} %t | count 8
; RUN: grep {%\[abcd\]h} %t | not grep {%r\[\[:digit:\]\]*d}