From 3e2351fa2a2b937935f953cd441aac78680a3562 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 23 Jan 2009 05:45:31 +0000 Subject: [PATCH] Update test to reflect command line option name change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62836 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/subclass-coalesce.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/subclass-coalesce.ll b/test/CodeGen/X86/subclass-coalesce.ll index 26e6256ea0f..a010f1b29f1 100644 --- a/test/CodeGen/X86/subclass-coalesce.ll +++ b/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 ; [#uses=1] -- 2.11.0