aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/2010-07-14-overconservative-align.c2
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;
}