summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2010-07-14-overconservative-align.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2010-07-14-overconservative-align.c')
-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 5c8c056..90e694d 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**{{.*}}align 8
+ // CHECK: load %struct.s*, %struct.s**{{.*}}align 8
s->word = 0;
}
OpenPOWER on IntegriCloud