mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-01 15:40:53 +00:00
Add explicit -march=x86 to these tests so that they don't
default to -march=x86-64 on 64-bit hosts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63579 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a7ce741ff0
commit
7a01d0e971
@ -1,6 +1,6 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 | grep btl | count 28
|
||||
; RUN: llvm-as < %s | llc -mcpu=pentium4 | grep btl | not grep esp
|
||||
; RUN: llvm-as < %s | llc -mcpu=penryn | grep btl | not grep esp
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium4 | grep btl | not grep esp
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mcpu=penryn | grep btl | not grep esp
|
||||
; PR3253
|
||||
|
||||
; The register+memory form of the BT instruction should be usable on
|
||||
|
Loading…
Reference in New Issue
Block a user