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:
6005b87
)
Fix test to be less sensitive to coalescing.
author
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Thu, 5 May 2011 16:48:00 +0000
(16:48 +0000)
committer
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Thu, 5 May 2011 16:48:00 +0000
(16:48 +0000)
This should unbreak llvm-gcc-i386-linux-selfhost.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130927
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC/2010-05-18-asmsched.c
patch
|
blob
|
history
diff --git
a/test/FrontendC/2010-05-18-asmsched.c
b/test/FrontendC/2010-05-18-asmsched.c
index 33b87703220c88bf10bbd0bca286a79b576941f8..ca7625f41f2b5ce1c6270a814cc0dc8c5e3d9f6e 100644
(file)
--- a/
test/FrontendC/2010-05-18-asmsched.c
+++ b/
test/FrontendC/2010-05-18-asmsched.c
@@
-3,8
+3,9
@@
void foo(int x, int y) {
// CHECK: bar
-// CHECK: movq %r9, %r10
-// CHECK: movq %rdi, %r9
+// CHECK-NOT: {{, %r9$}}
+// CHECK: movq %r9,
+// CHECK: movq {{.*}}, %r9
// CHECK: bar
register int lr9 asm("r9") = x;
register int lr10 asm("r10") = y;