forked from OSchip/llvm-project
Update test to reflect command line option name change.
llvm-svn: 62836
This commit is contained in:
parent
a2ca64a39a
commit
f347c3615b
|
@ -1,4 +1,4 @@
|
|||
; RUN: llvm-as < %s | llc -march=x86 -join-subclass-copies -stats |& grep {Number of subclass joins performed}
|
||||
; RUN: llvm-as < %s | llc -march=x86 -join-cross-class-copies -stats |& grep {Number of cross class joins performed}
|
||||
|
||||
@mem.6 = external global i64 ; <i64*> [#uses=1]
|
||||
|
||||
|
|
Loading…
Reference in New Issue