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
This commit is contained in:
Eric Christopher 2011-07-26 22:43:37 +00:00
Родитель 041e409f44
Коммит 2924da319e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}