forked from OSchip/llvm-project
parent
5ad4f46fd6
commit
ffb806cf0e
|
@ -1,5 +1,5 @@
|
|||
; RUN: llvm-as < %s | llc -march=x86 | grep movs | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 | grep memcpy | count 2
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | grep movs | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | grep memcpy | count 2
|
||||
|
||||
@A = global [32 x i32] zeroinitializer
|
||||
@B = global [32 x i32] zeroinitializer
|
||||
|
|
Loading…
Reference in New Issue