summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2010-07-14-ref-off-end.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2010-07-14-ref-off-end.c')
-rw-r--r--test/CodeGen/2010-07-14-ref-off-end.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/2010-07-14-ref-off-end.c b/test/CodeGen/2010-07-14-ref-off-end.c
index 580ae88..5ef4076 100644
--- a/test/CodeGen/2010-07-14-ref-off-end.c
+++ b/test/CodeGen/2010-07-14-ref-off-end.c
@@ -14,8 +14,8 @@ return(char)s->c;
}
main()
{
-// CHECK: getelementptr inbounds [1 x %struct.T]* %s, i32 0, i32 0
-// CHECK: getelementptr inbounds [1 x %struct.T]* %s, i32 0, i32 0
+// CHECK: getelementptr inbounds [1 x %struct.T], [1 x %struct.T]* %s, i32 0, i32 0
+// CHECK: getelementptr inbounds [1 x %struct.T], [1 x %struct.T]* %s, i32 0, i32 0
struct T t;
t.i=0xff;
t.c=0xffff11;
OpenPOWER on IntegriCloud