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