test/CodeGen/X86/h-registers-1.ll: Add explicit -mtriple=x86_64-linux. It does not...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 17 Mar 2011 04:24:40 +0000 (04:24 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 17 Mar 2011 04:24:40 +0000 (04:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127800 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/h-registers-1.ll

index e97ebab69712b005639d57c1409d9c9a74cd220b..402cdfe413b5771678049ea8980c8a395f1cf51e 100644 (file)
@@ -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}