]> granicus.if.org Git - clang/commitdiff
Rewrite matching line to be friendlier to misc buildbots.
authorEric Christopher <echristo@apple.com>
Tue, 26 Jul 2011 22:43:37 +0000 (22:43 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 26 Jul 2011 22:43:37 +0000 (22:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136168 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/2010-07-14-overconservative-align.c

index a98a90569422a6a1e64426cbf7eb2965fa1c413d..5c8c05645178d71a78942c219b8d1230910a9faf 100644 (file)
@@ -9,6 +9,6 @@ struct s {
 
 void func (struct s *s)
 {
-  // CHECK: load %struct.s** %s.addr, align 8
+  // CHECK: load %struct.s**{{.*}}align 8
   s->word = 0;
 }