[llvm-commits] [llvm] r127800 - /llvm/trunk/test/CodeGen/X86/h-registers-1.ll

NAKAMURA Takumi geek4civic at gmail.com
Wed Mar 16 21:24:40 PDT 2011


Author: chapuni
Date: Wed Mar 16 23:24:40 2011
New Revision: 127800

URL: http://llvm.org/viewvc/llvm-project?rev=127800&view=rev
Log:
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).

Modified:
    llvm/trunk/test/CodeGen/X86/h-registers-1.ll

Modified: llvm/trunk/test/CodeGen/X86/h-registers-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/h-registers-1.ll?rev=127800&r1=127799&r2=127800&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/h-registers-1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/h-registers-1.ll Wed Mar 16 23:24:40 2011
@@ -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}
 





More information about the llvm-commits mailing list