mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-30 05:36:44 +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).
llvm-svn: 127800
This commit is contained in:
parent
97d8d03855
commit
bf9ff6f63b
@ -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