mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
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
This commit is contained in:
parent
e27fa74d5f
commit
1aa7f7a997
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user