projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ce499a
)
Update test to reflect command line option name change.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 23 Jan 2009 05:45:31 +0000
(
05:45
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 23 Jan 2009 05:45:31 +0000
(
05:45
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62836
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/subclass-coalesce.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/subclass-coalesce.ll
b/test/CodeGen/X86/subclass-coalesce.ll
index 26e6256ea0f5de51ce2e1c498d25987a3430a3d9..a010f1b29f1dcb74bac66e4ffc54bf7771742258 100644
(file)
--- 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 sub
class 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]