diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-01-23 05:45:31 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-01-23 05:45:31 +0000 |
| commit | f347c3615bd2909cf37a94f97952fed580db2363 (patch) | |
| tree | 6f8a101f66025240cded0e93672be172d81bafb7 | |
| parent | a2ca64a39ae9d5b4b926c6fa0fec70a01f8ebff1 (diff) | |
| download | bcm5719-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.ll | 2 |
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] |

