mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 11:10:12 +00:00
Forgot to check in the changes. Fix test case so it doesn't break with any scheduling changes.
llvm-svn: 42302
This commit is contained in:
parent
f35e6c1181
commit
dab211c87b
@ -1,7 +1,7 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86-64 | \
|
||||
; RUN: not grep {movb %sil, %ah}
|
||||
; RUN: grep movb | count 2
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86-64 | \
|
||||
; RUN: grep {movzbw %al, %ax}
|
||||
; RUN: grep movzbw
|
||||
|
||||
void %handle_vector_size_attribute() {
|
||||
entry:
|
||||
|
Loading…
Reference in New Issue
Block a user