diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/CodeGen/X86/subclass-coalesce.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/subclass-coalesce.ll b/llvm/test/CodeGen/X86/subclass-coalesce.ll index 26e6256ea0f..a010f1b29f1 100644 --- a/llvm/test/CodeGen/X86/subclass-coalesce.ll +++ b/llvm/test/CodeGen/X86/subclass-coalesce.ll @@ -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] |