aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-01-23 05:45:31 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-01-23 05:45:31 +0000
commit5ed30619a81949a67a637afee64ed8c80f2a1e62 (patch)
treec8f59473b451dd53a01d86cdd6604d6de4b4555a
parentbd555359c691475bb1f7b401aa76fd8af103c8c4 (diff)
downloadexternal_llvm-5ed30619a81949a67a637afee64ed8c80f2a1e62.tar.gz
external_llvm-5ed30619a81949a67a637afee64ed8c80f2a1e62.tar.bz2
external_llvm-5ed30619a81949a67a637afee64ed8c80f2a1e62.zip
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
-rw-r--r--test/CodeGen/X86/subclass-coalesce.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/subclass-coalesce.ll b/test/CodeGen/X86/subclass-coalesce.ll
index 26e6256ea0..a010f1b29f 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 ; <i64*> [#uses=1]