aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
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
commit3e2351fa2a2b937935f953cd441aac78680a3562 (patch)
treec8f59473b451dd53a01d86cdd6604d6de4b4555a /test/CodeGen
parent9ce499ab3663a3a5dda964c2d905e4ff05af976c (diff)
downloadexternal_llvm-3e2351fa2a2b937935f953cd441aac78680a3562.zip
external_llvm-3e2351fa2a2b937935f953cd441aac78680a3562.tar.gz
external_llvm-3e2351fa2a2b937935f953cd441aac78680a3562.tar.bz2
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
Diffstat (limited to 'test/CodeGen')
-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 26e6256..a010f1b 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]