From: Evan Cheng Date: Fri, 23 Jan 2009 05:45:31 +0000 (+0000) Subject: Update test to reflect command line option name change. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3e2351fa2a2b937935f953cd441aac78680a3562;p=oota-llvm.git 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 --- 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]