From f347c3615bd2909cf37a94f97952fed580db2363 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. llvm-svn: 62836 --- llvm/test/CodeGen/X86/subclass-coalesce.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/subclass-coalesce.ll b/llvm/test/CodeGen/X86/subclass-coalesce.ll index 26e6256ea0f5..a010f1b29f1d 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 ; [#uses=1]