summaryrefslogtreecommitdiffstats
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
commitf347c3615bd2909cf37a94f97952fed580db2363 (patch)
tree6f8a101f66025240cded0e93672be172d81bafb7
parenta2ca64a39ae9d5b4b926c6fa0fec70a01f8ebff1 (diff)
downloadbcm5719-llvm-f347c3615bd2909cf37a94f97952fed580db2363.tar.gz
bcm5719-llvm-f347c3615bd2909cf37a94f97952fed580db2363.zip
Update test to reflect command line option name change.
llvm-svn: 62836
-rw-r--r--llvm/test/CodeGen/X86/subclass-coalesce.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/subclass-coalesce.ll b/llvm/test/CodeGen/X86/subclass-coalesce.ll
index 26e6256ea0f..a010f1b29f1 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 ; <i64*> [#uses=1]
OpenPOWER on IntegriCloud