diff options
author | Eric Christopher <echristo@apple.com> | 2011-07-26 22:43:37 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-07-26 22:43:37 +0000 |
commit | 2924da319e5a0d76d1ce8462c7029e6395884662 (patch) | |
tree | 3c2ecbd457cdc09d3048ae5a392f41d20208bc37 | |
parent | 041e409f4428d48c63ee46b3daabf28718e54ac9 (diff) |
Rewrite matching line to be friendlier to misc buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136168 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/2010-07-14-overconservative-align.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2010-07-14-overconservative-align.c b/test/CodeGen/2010-07-14-overconservative-align.c index a98a905694..5c8c056451 100644 --- a/test/CodeGen/2010-07-14-overconservative-align.c +++ b/test/CodeGen/2010-07-14-overconservative-align.c @@ -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; } |